Class NoLogger
This class represents an ILogging
Implements
Inherited Members
Namespace: Akka.Event
Assembly: Akka.dll
Syntax
public sealed class NoLogger : ILoggingAdapter
Fields
| Improve this Doc View SourceInstance
Retrieves a singleton instance of the No
Declaration
public static readonly ILoggingAdapter Instance
Field Value
Type | Description |
---|---|
ILogging |
Properties
| Improve this Doc View SourceFormatter
Declaration
public ILogMessageFormatter Formatter { get; }
Property Value
Type | Description |
---|---|
ILog |
IsDebugEnabled
Check to determine whether the Debug
Declaration
public bool IsDebugEnabled { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsErrorEnabled
Check to determine whether the Error
Declaration
public bool IsErrorEnabled { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsInfoEnabled
Check to determine whether the Info
Declaration
public bool IsInfoEnabled { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsWarningEnabled
Check to determine whether the Warning
Declaration
public bool IsWarningEnabled { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
| Improve this Doc View SourceIsEnabled(LogLevel)
Determines whether a specific log level is enabled.
Declaration
public bool IsEnabled(LogLevel logLevel)
Parameters
Type | Name | Description |
---|---|---|
Log |
logLevel | The log level that is being checked. |
Returns
Type | Description |
---|---|
Boolean |
|
Log(LogLevel, Exception, LogMessage)
Declaration
public void Log(LogLevel logLevel, Exception cause, LogMessage message)
Parameters
Type | Name | Description |
---|---|---|
Log |
logLevel | |
Exception | cause | |
Log |
message |
Log(LogLevel, Exception, String)
Declaration
public void Log(LogLevel logLevel, Exception cause, string format)