C# Class RawRabbit.Logging.Serilog.Logger

Inheritance: ILogger
显示文件 Open project: pardahlman/RawRabbit

Public Methods

Method 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 method

public LogDebug ( string format ) : void
format string
return void

LogError() public method

public LogError ( string message, Exception exception ) : void
message string
exception System.Exception
return void

LogInformation() public method

public LogInformation ( string format ) : void
format string
return void

LogWarning() public method

public LogWarning ( string format ) : void
format string
return void

Logger() public method

public Logger ( global serilog ) : System
serilog global
return System