premake/website/docs/buildlog.md
2021-03-12 22:10:24 +01:00

20 lines
402 B
Markdown

Specifies the output location of a toolset's build logs.
```lua
buildlog ("path")
```
If a build log path has not been specified, the toolset's default path will be used.
### Parameters ###
`path` is the output file system location for the build log file.
### Applies To ###
Project configurations.
### Availability ###
Premake 5.0 or later. Currently only implemented for Visual Studio 2010+.