premake/website/docs/buildlog.md

20 lines
402 B
Markdown
Raw Normal View History

2021-03-11 20:29:22 +00:00
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+.