Show / Hide Table of Contents

    Class LoggingEnvironmentConfig

    Inheritance
    Object
    LoggingEnvironmentConfig
    Implements
    ILoggingEnvironmentConfig
    IData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class LoggingEnvironmentConfig : ILoggingEnvironmentConfig, IData

    Fields

    _environment

    Declaration
    protected EnvironmentAssetReference _environment
    Field Value
    Type Description
    EnvironmentAssetReference

    Properties

    ColorTagsInLogs

    Declaration
    public virtual bool ColorTagsInLogs { get; }
    Property Value
    Type Description
    Boolean

    DisabledCategoryIds

    Declaration
    public virtual string[] DisabledCategoryIds { get; }
    Property Value
    Type Description
    String[]

    EnvironmentConfig

    Declaration
    public virtual IEnvironmentConfig EnvironmentConfig { get; }
    Property Value
    Type Description
    IEnvironmentConfig

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String

    IncludeTagsInLogs

    Declaration
    public virtual bool IncludeTagsInLogs { get; }
    Property Value
    Type Description
    Boolean

    ThrowExceptions

    Declaration
    public virtual bool ThrowExceptions { get; }
    Property Value
    Type Description
    Boolean

    UseCustomStackTrace

    Declaration
    public virtual bool UseCustomStackTrace { get; }
    Property Value
    Type Description
    Boolean

    Implements

    ILoggingEnvironmentConfig
    IData
    Back to top Copyright © 2020 East Side Games Inc.