C# Class Material.EBDeployer.DeployLogic.Logging.CoreSerilogLogger

Inheritance: ILogger
Afficher le fichier Open project: MaterialDev/elastic-beanstalk-deploy

Méthodes publiques

Méthode Description
CoreSerilogLogger ( CallerInformation callerInformation ) : System
Debug ( Exception exception, string messageTemplate = null ) : void
Debug ( string messageTemplate ) : void
Error ( Exception exception, string messageTemplate = null ) : void
Error ( string messageTemplate ) : void
Fatal ( Exception exception, string messageTemplate = null ) : void
Fatal ( string messageTemplate ) : void
Information ( Exception exception, string messageTemplate = null ) : void
Information ( string messageTemplate ) : void
Verbose ( Exception exception, string messageTemplate = null ) : void
Verbose ( string messageTemplate ) : void
Warning ( Exception exception, string messageTemplate = null ) : void
Warning ( string messageTemplate ) : void

Private Methods

Méthode Description
ParseCallerInfo ( CallerInformation callerInformation ) : void

Method Details

CoreSerilogLogger() public méthode

public CoreSerilogLogger ( CallerInformation callerInformation ) : System
callerInformation CallerInformation
Résultat System

Debug() public méthode

public Debug ( Exception exception, string messageTemplate = null ) : void
exception System.Exception
messageTemplate string
Résultat void

Debug() public méthode

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

Error() public méthode

public Error ( Exception exception, string messageTemplate = null ) : void
exception System.Exception
messageTemplate string
Résultat void

Error() public méthode

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

Fatal() public méthode

public Fatal ( Exception exception, string messageTemplate = null ) : void
exception System.Exception
messageTemplate string
Résultat void

Fatal() public méthode

public Fatal ( string messageTemplate ) : void
messageTemplate string
Résultat void

Information() public méthode

public Information ( Exception exception, string messageTemplate = null ) : void
exception System.Exception
messageTemplate string
Résultat void

Information() public méthode

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

Verbose() public méthode

public Verbose ( Exception exception, string messageTemplate = null ) : void
exception System.Exception
messageTemplate string
Résultat void

Verbose() public méthode

public Verbose ( string messageTemplate ) : void
messageTemplate string
Résultat void

Warning() public méthode

public Warning ( Exception exception, string messageTemplate = null ) : void
exception System.Exception
messageTemplate string
Résultat void

Warning() public méthode

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