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

Inheritance: ILogger
显示文件 Open project: MaterialDev/elastic-beanstalk-deploy

Public Methods

Method 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

Method Description
ParseCallerInfo ( CallerInformation callerInformation ) : void

Method Details

CoreSerilogLogger() public method

public CoreSerilogLogger ( CallerInformation callerInformation ) : System
callerInformation CallerInformation
return System

Debug() public method

public Debug ( Exception exception, string messageTemplate = null ) : void
exception System.Exception
messageTemplate string
return void

Debug() public method

public Debug ( string messageTemplate ) : void
messageTemplate string
return void

Error() public method

public Error ( Exception exception, string messageTemplate = null ) : void
exception System.Exception
messageTemplate string
return void

Error() public method

public Error ( string messageTemplate ) : void
messageTemplate string
return void

Fatal() public method

public Fatal ( Exception exception, string messageTemplate = null ) : void
exception System.Exception
messageTemplate string
return void

Fatal() public method

public Fatal ( string messageTemplate ) : void
messageTemplate string
return void

Information() public method

public Information ( Exception exception, string messageTemplate = null ) : void
exception System.Exception
messageTemplate string
return void

Information() public method

public Information ( string messageTemplate ) : void
messageTemplate string
return void

Verbose() public method

public Verbose ( Exception exception, string messageTemplate = null ) : void
exception System.Exception
messageTemplate string
return void

Verbose() public method

public Verbose ( string messageTemplate ) : void
messageTemplate string
return void

Warning() public method

public Warning ( Exception exception, string messageTemplate = null ) : void
exception System.Exception
messageTemplate string
return void

Warning() public method

public Warning ( string messageTemplate ) : void
messageTemplate string
return void