C# Class Common.Logging.DelegateLogger

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

Méthodes publiques

Méthode Description
Debug ( string format ) : void
DelegateLogger ( string logName, Action logMethod ) : System
Error ( Exception exception, string format ) : void
Info ( string format ) : void
TraceApi ( string method, System.TimeSpan timespan ) : void
TraceApi ( string method, System.TimeSpan timespan, 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

DelegateLogger() public méthode

public DelegateLogger ( string logName, Action logMethod ) : System
logName string
logMethod Action
Résultat System

Error() public méthode

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

Info() public méthode

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

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

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