C# Class Common.Logging.CompositeLogger

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

Méthodes publiques

Méthode Description
CompositeLogger ( ) : System
Debug ( string fmt ) : void
Error ( Exception exception, string fmt ) : void
Info ( string fmt ) : void
Warning ( Exception exception, string fmt ) : void
Warning ( string fmt ) : void

Method Details

CompositeLogger() public méthode

public CompositeLogger ( ) : System
Résultat System

Debug() public méthode

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

Error() public méthode

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

Info() public méthode

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