![]() |
Initializes a new instance of the EntLibLogger class. |
![]() | The category of this logger |
![]() | Gets a value indicating whether this instance is debug enabled. |
![]() | Gets a value indicating whether this instance is error enabled. |
![]() | Gets a value indicating whether this instance is fatal enabled. |
![]() | Gets a value indicating whether this instance is info enabled. |
![]() | Gets a value indicating whether this instance is trace enabled. |
![]() | Gets a value indicating whether this instance is warn enabled. |
![]() | The LogWriter used by this logger. |
![]() | The settings used by this logger |
![]() | Overloaded. Log a message object with the Debug level. |
![]() | Overloaded. Log a message with the Debug level. |
![]() | |
![]() | Overloaded. Log a message object with the Error level. |
![]() | Overloaded. Log a message with the Error level. |
![]() | Overloaded. Log a message object with the Fatal level. |
![]() | Overloaded. Log a message with the Fatal level. |
![]() | |
![]() | |
![]() | Overloaded. Log a message object with the Info level. |
![]() | Overloaded. Log a message with the Info level. |
![]() | |
![]() | Overloaded. Log a message object with the Trace level. |
![]() | Overloaded. Log a message with the Trace level. |
![]() | Overloaded. Log a message object with the Warn level. |
![]() | Overloaded. Log a message with the Warn level. |
![]() | Adds the exception info. |
![]() | Creates a minimal log entry instance that will be passed into ShouldLog to asap decide, whether this event should be logged. |
![]() | |
![]() | Translates a LogLevel to a TraceEventType. |
![]() | Override this method to use a different method than WriteInternal for writing log events to the underlying log system. |
![]() | |
![]() | Configures the log entry. |
![]() | May be overridden for custom filter logic |
![]() | Actually sends the message to the EnterpriseLogging log system. |
![]() | Write the fully populated event to the log. |
EntLibLogger Class | Common.Logging.EntLib Namespace | ILog | EntLibLoggerFactoryAdapter