Search Results for

    Show / Hide Table of Contents

    Class LoggerConfig

    Inheritance
    Object
    LoggerConfig
    Namespace: NoSuchStudio.Common
    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
    Type Name Description
    String className
    Boolean logClassName
    Boolean logGameObjectName
    Boolean logThreadId
    Boolean logGameTime

    Fields

    className

    Declaration
    public string className
    Field Value
    Type Description
    String

    logClassName

    Declaration
    public bool logClassName
    Field Value
    Type Description
    Boolean

    logGameObjectName

    Declaration
    public bool logGameObjectName
    Field Value
    Type Description
    Boolean

    logGameTime

    Declaration
    public bool logGameTime
    Field Value
    Type Description
    Boolean

    logThreadId

    Declaration
    public bool logThreadId
    Field Value
    Type Description
    Boolean
    In This Article
    Back to top Generated by DocFX