![]() | LoggingAdapterBase Methods |
The LoggingAdapterBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | Debug |
Logs a DebugLevel message.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Error(String, Object) |
Logs a ErrorLevel message.
|
![]() | Error(Exception, String, Object) |
Logs a ErrorLevel message and associated exception.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Info |
Logs a InfoLevel message.
|
![]() | IsEnabled |
Checks the logging adapter to see if the supplied logLevel is enabled.
|
![]() | Log |
Logs a message with a specified level.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NotifyDebug |
Notifies all subscribers that an DebugLevel log event occurred.
|
![]() | NotifyError(Object) |
Notifies all subscribers that an ErrorLevel log event occurred.
|
![]() | NotifyError(Exception, Object) |
Notifies all subscribers that an ErrorLevel log event occurred.
|
![]() | NotifyInfo |
Notifies all subscribers that an InfoLevel log event occurred.
|
![]() | NotifyLog |
Notifies all subscribers that a log event occurred for a particular level.
|
![]() | NotifyWarning |
Notifies all subscribers that an WarningLevel log event occurred.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Warn |
Obsolete. Use Warning(String, Object) instead!
|
![]() | Warning |
Logs a WarningLevel message.
|
Name | Description | |
---|---|---|
![]() | AsInstanceOfT |
TBD
(Defined by Extensions.) |
![]() | Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |