Class LoggerConfig
Assembly: NoSuchStudio-Common.dll
Syntax
public class LoggerConfig
Constructors
LoggerConfig(String, Boolean, Boolean, Boolean, Boolean)
Declaration
public LoggerConfig(string className, bool logClassName = true, bool logGameObjectName = true, bool logThreadId = true, bool logGameTime = true)
Parameters
Fields
className
Declaration
Field Value
logClassName
Declaration
Field Value
logGameObjectName
Declaration
public bool logGameObjectName
Field Value
logGameTime
Declaration
Field Value
logThreadId
Declaration
Field Value