Constructor RuntimeBuildLog
RuntimeBuildLog(LogType, string)
Create a container for build logs that need to be seen at runtime.
Declaration
public RuntimeBuildLog(LogType type, string message)
Parameters
Type | Name | Description |
---|---|---|
LogType | type | The type of log. |
string | message | The message to be logged. |