C# Class Avro.Logger

Afficher le fichier Open project: thirumg/Avro.NET

Méthodes publiques

Méthode Description
ConfigureForUnitTesting ( ) : void
Debug ( object message ) : void
Debug ( object message, Exception exception ) : void
DebugFormat ( string format ) : void
DebugFormat ( string format, object arg0 ) : void
DebugFormat ( string format, object arg0, object arg1 ) : void
DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void
Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormat ( string format ) : void
ErrorFormat ( string format, object arg0 ) : void
ErrorFormat ( string format, object arg0, object arg1 ) : void
ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
Info ( object message ) : void
Info ( object message, Exception exception ) : void
InfoFormat ( string format ) : void
InfoFormat ( string format, object arg0 ) : void
InfoFormat ( string format, object arg0, object arg1 ) : void
InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void
Logger ( ) : System
Warn ( object message ) : void
Warn ( object message, Exception exception ) : void
WarnFormat ( string format ) : void
WarnFormat ( string format, object arg0 ) : void
WarnFormat ( string format, object arg0, object arg1 ) : void
WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void

Private Methods

Méthode Description
debug ( string format ) : void
error ( string format ) : void
formatMessage ( string level, string format, object args ) : string
info ( string format ) : void
warn ( string format ) : void

Method Details

ConfigureForUnitTesting() public static méthode

public static ConfigureForUnitTesting ( ) : void
Résultat void

Debug() public méthode

public Debug ( object message ) : void
message object
Résultat void

Debug() public méthode

public Debug ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

DebugFormat() public méthode

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

DebugFormat() public méthode

public DebugFormat ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

DebugFormat() public méthode

public DebugFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

DebugFormat() public méthode

public DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void

Error() public méthode

public Error ( object message ) : void
message object
Résultat void

Error() public méthode

public Error ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

ErrorFormat() public méthode

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

ErrorFormat() public méthode

public ErrorFormat ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void

Info() public méthode

public Info ( object message ) : void
message object
Résultat void

Info() public méthode

public Info ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

InfoFormat() public méthode

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

InfoFormat() public méthode

public InfoFormat ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

InfoFormat() public méthode

public InfoFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

InfoFormat() public méthode

public InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void

Logger() public méthode

public Logger ( ) : System
Résultat System

Warn() public méthode

public Warn ( object message ) : void
message object
Résultat void

Warn() public méthode

public Warn ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

WarnFormat() public méthode

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

WarnFormat() public méthode

public WarnFormat ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

WarnFormat() public méthode

public WarnFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

WarnFormat() public méthode

public WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void