C# Class Akka.Event.NoLogger

Inheritance: ILoggingAdapter
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Свойство Type Description
Instance ILoggingAdapter

Méthodes publiques

Méthode 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

Méthode Description
NoLogger ( ) : System

Method Details

Debug() public méthode

public Debug ( string format ) : void
format string
Résultat void

Error() public méthode

public Error ( Exception cause, string format ) : void
cause System.Exception
format string
Résultat void

Error() public méthode

public Error ( string format ) : void
format string
Résultat void

Info() public méthode

public Info ( string format ) : void
format string
Résultat void

IsEnabled() public méthode

public IsEnabled ( LogLevel logLevel ) : bool
logLevel LogLevel
Résultat bool

Log() public méthode

public Log ( LogLevel logLevel, string format ) : void
logLevel LogLevel
format string
Résultat void

Warn() public méthode

public Warn ( string format ) : void
format string
Résultat void

Warning() public méthode

public Warning ( string format ) : void
format string
Résultat void

Property Details

Instance public_oe static_oe property

public static ILoggingAdapter Instance
Résultat ILoggingAdapter