C# Class Common.Logging.NullLogger

Inheritance: ILogger
Afficher le fichier Open project: Azure-Samples/service-fabric-dotnet-data-streaming-websockets Class Usage Examples

Méthodes publiques

Méthode Description
Debug ( string format ) : void
Error ( Exception exception, string fmt ) : void
Error ( string fmt ) : void
Error ( string errorType, string format ) : void
Info ( string format ) : void
NullLogger ( ) : System
TraceApi ( string method, System.TimeSpan timespan ) : void
TraceApi ( string method, System.TimeSpan timespan, string format ) : void
TraceError ( Exception exception, string format ) : void
TraceError ( string errorType, string format ) : void
Warning ( Exception exception, string format ) : void
Warning ( string format ) : void

Method Details

Debug() public méthode

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

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 fmt ) : void
fmt string
Résultat void

Error() public méthode

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

Info() public méthode

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

NullLogger() public méthode

public NullLogger ( ) : System
Résultat System

TraceApi() public méthode

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

TraceApi() public méthode

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

TraceError() public méthode

public TraceError ( Exception exception, string format ) : void
exception System.Exception
format string
Résultat void

TraceError() public méthode

public TraceError ( string errorType, string format ) : void
errorType string
format string
Résultat void

Warning() public méthode

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

Warning() public méthode

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