C# Class Akka.Event.NoLogger

Inheritance: ILoggingAdapter
Mostra file Open project: rogeralsing/akka.net

Public Properties

Property Type Description
Instance ILoggingAdapter

Public Methods

Method Description
Debug ( string format ) : void
Error ( Exception cause, string format ) : void
Error ( string format ) : void
Info ( string format ) : void
IsEnabled ( LogLevel logLevel ) : bool
Log ( LogLevel logLevel, string format ) : void
Warn ( string format ) : void
Warning ( string format ) : void

Private Methods

Method Description
NoLogger ( ) : System

Method Details

Debug() public method

public Debug ( string format ) : void
format string
return void

Error() public method

public Error ( Exception cause, string format ) : void
cause System.Exception
format string
return void

Error() public method

public Error ( string format ) : void
format string
return void

Info() public method

public Info ( string format ) : void
format string
return void

IsEnabled() public method

public IsEnabled ( LogLevel logLevel ) : bool
logLevel LogLevel
return bool

Log() public method

public Log ( LogLevel logLevel, string format ) : void
logLevel LogLevel
format string
return void

Warn() public method

public Warn ( string format ) : void
format string
return void

Warning() public method

public Warning ( string format ) : void
format string
return void

Property Details

Instance public_oe static_oe property

public static ILoggingAdapter Instance
return ILoggingAdapter