Constructor RuntimeBuildLog
RuntimeBuildLog(LogType, string)
Create a container for build logs that need to be seen at runtime.
선언
public RuntimeBuildLog(LogType type, string message)
파라미터
타입 | 이름 | 설명 |
---|---|---|
LogType | type | The type of log. |
string | message | The message to be logged. |