C# Class Machete.Data.Logging.Logger

Inheritance: ILogger
Afficher le fichier Open project: SavageLearning/Machete

Méthodes publiques

Méthode Description
Error ( Exception exception, string fmt ) : void
Error ( string message ) : void
Information ( Exception exception, string fmt ) : void
Information ( string message ) : void
TraceApi ( string componentName, string method, System.TimeSpan timespan ) : void
TraceApi ( string componentName, string method, System.TimeSpan timespan, string fmt ) : void
Warning ( Exception exception, string fmt ) : void
Warning ( string message ) : void

Private Methods

Méthode Description
FormatExceptionMessage ( Exception exception, string fmt, object vars ) : string

Method Details

Error() public méthode

public Error ( Exception exception, string fmt ) : void
exception System.Exception
fmt string
Résultat void

Error() public méthode

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

Information() public méthode

public Information ( Exception exception, string fmt ) : void
exception System.Exception
fmt string
Résultat void

Information() public méthode

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

TraceApi() public méthode

public TraceApi ( string componentName, string method, System.TimeSpan timespan ) : void
componentName string
method string
timespan System.TimeSpan
Résultat void

TraceApi() public méthode

public TraceApi ( string componentName, string method, System.TimeSpan timespan, string fmt ) : void
componentName string
method string
timespan System.TimeSpan
fmt string
Résultat void

Warning() public méthode

public Warning ( Exception exception, string fmt ) : void
exception System.Exception
fmt string
Résultat void

Warning() public méthode

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