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. |