![]() | NoLogger Class |
Namespace: Akka.Event
The NoLogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsDebugEnabled |
Check to determine whether the DebugLevel is enabled.
|
![]() | IsErrorEnabled |
Check to determine whether the ErrorLevel is enabled.
|
![]() | IsInfoEnabled |
Check to determine whether the InfoLevel is enabled.
|
![]() | IsWarningEnabled |
Check to determine whether the WarningLevel is enabled.
|
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 |
Determines whether a specific log level is enabled.
|
![]() | Log |
Logs a message with a specified level.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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.) |