C# Class Crow.Library.Logger.DefaultLogger

Inheritance: ILog
Afficher le fichier Open project: msusur/Crowfx

Méthodes publiques

Méthode Description
Debug ( Func messageFactory ) : void
Debug ( string message ) : void
Debug ( string message, System exception ) : void
DebugFormat ( System exception, System formatProvider, string format ) : void
DebugFormat ( System exception, string format ) : void
DebugFormat ( string format ) : void
Error ( System messageFactory ) : void
Error ( string message ) : void
Error ( string message, System exception ) : void
ErrorFormat ( System exception, System formatProvider, string format ) : void
ErrorFormat ( System exception, string format ) : void
ErrorFormat ( string format ) : void
Fatal ( System messageFactory ) : void
Fatal ( string message ) : void
Fatal ( string message, System exception ) : void
FatalFormat ( System exception, System formatProvider, string format ) : void
FatalFormat ( System exception, string format ) : void
FatalFormat ( string format ) : void
Info ( System messageFactory ) : void
Info ( string message ) : void
Info ( string message, System exception ) : void
InfoFormat ( System exception, System formatProvider, string format ) : void
InfoFormat ( System exception, string format ) : void
InfoFormat ( string format ) : void
Warn ( System messageFactory ) : void
Warn ( string message ) : void
Warn ( string message, System exception ) : void
WarnFormat ( System exception, System formatProvider, string format ) : void
WarnFormat ( System exception, string format ) : void
WarnFormat ( string format ) : void

Method Details

Debug() public méthode

public Debug ( Func messageFactory ) : void
messageFactory Func
Résultat void

Debug() public méthode

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

Debug() public méthode

public Debug ( string message, System exception ) : void
message string
exception System
Résultat void

DebugFormat() public méthode

public DebugFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
Résultat void

DebugFormat() public méthode

public DebugFormat ( System exception, string format ) : void
exception System
format string
Résultat void

DebugFormat() public méthode

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

Error() public méthode

public Error ( System messageFactory ) : void
messageFactory System
Résultat void

Error() public méthode

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

Error() public méthode

public Error ( string message, System exception ) : void
message string
exception System
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( System exception, string format ) : void
exception System
format string
Résultat void

ErrorFormat() public méthode

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

Fatal() public méthode

public Fatal ( System messageFactory ) : void
messageFactory System
Résultat void

Fatal() public méthode

public Fatal ( string message ) : void
message string
Résultat void

Fatal() public méthode

public Fatal ( string message, System exception ) : void
message string
exception System
Résultat void

FatalFormat() public méthode

public FatalFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
Résultat void

FatalFormat() public méthode

public FatalFormat ( System exception, string format ) : void
exception System
format string
Résultat void

FatalFormat() public méthode

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

Info() public méthode

public Info ( System messageFactory ) : void
messageFactory System
Résultat void

Info() public méthode

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

Info() public méthode

public Info ( string message, System exception ) : void
message string
exception System
Résultat void

InfoFormat() public méthode

public InfoFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
Résultat void

InfoFormat() public méthode

public InfoFormat ( System exception, string format ) : void
exception System
format string
Résultat void

InfoFormat() public méthode

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

Warn() public méthode

public Warn ( System messageFactory ) : void
messageFactory System
Résultat void

Warn() public méthode

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

Warn() public méthode

public Warn ( string message, System exception ) : void
message string
exception System
Résultat void

WarnFormat() public méthode

public WarnFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
Résultat void

WarnFormat() public méthode

public WarnFormat ( System exception, string format ) : void
exception System
format string
Résultat void

WarnFormat() public méthode

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