Class LoggingEnvironmentConfig
Inheritance
LoggingEnvironmentConfig
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class LoggingEnvironmentConfig : ILoggingEnvironmentConfig, IData
Fields
_environment
Declaration
protected EnvironmentAssetReference _environment
Field Value
Properties
Declaration
public virtual bool ColorTagsInLogs { get; }
Property Value
DisabledCategoryIds
Declaration
public virtual string[] DisabledCategoryIds { get; }
Property Value
EnvironmentConfig
Declaration
public virtual IEnvironmentConfig EnvironmentConfig { get; }
Property Value
Id
Declaration
public string Id { get; }
Property Value
Declaration
public virtual bool IncludeTagsInLogs { get; }
Property Value
ThrowExceptions
Declaration
public virtual bool ThrowExceptions { get; }
Property Value
UseCustomStackTrace
Declaration
public virtual bool UseCustomStackTrace { get; }
Property Value
Implements