ILoggerProperties Interface
Interface that can be used to change logger/appender settings during runtime. It is hidden within this interface so that it is not widely exposed to the consumer.
The ILoggerProperties type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | DefaultLevel | Represents property |
![]() | Enabled | Represents property |
![]() | EventTypes | Represents property |
![]() | Levels | Represents property |
Show:
Name | Description | |
---|---|---|
![]() | GetDefaultLevel | Represents method |
![]() | GetEnabled | Represents method |
![]() | GetEventTypes | Represents method |
![]() | GetLevels | Represents method |
![]() | SetDefaultLevel(TLogLevel) | Represents method |
![]() | SetEnabled(Boolean) | Represents method |
![]() | SetEventTypes(TLogEventTypes) | Represents method |
![]() | SetLevels(TLogLevels) | Represents method |