C# Class RawRabbit.Logging.Serilog.Logger

Inheritance: ILogger
Afficher le fichier Open project: pardahlman/RawRabbit

Méthodes publiques

Méthode Description
LogDebug ( string format ) : void
LogError ( string message, Exception exception ) : void
LogInformation ( string format ) : void
LogWarning ( string format ) : void
Logger ( global serilog ) : System

Method Details

LogDebug() public méthode

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

LogError() public méthode

public LogError ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

LogInformation() public méthode

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

LogWarning() public méthode

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

Logger() public méthode

public Logger ( global serilog ) : System
serilog global
Résultat System