C# Class Dovetail.SDK.Clarify.Log4NetLogger

Inheritance: ILogger
ファイルを表示 Open project: DovetailSoftware/dovetail-bootstrap

Public Methods

Method Description
Log4NetLogger ( Type type ) : System
LogDebug ( string message ) : void
LogError ( string message ) : void
LogError ( string message, Exception exception ) : void
LogFatal ( string message ) : void
LogFatal ( string message, Exception exception ) : void
LogInfo ( string message ) : void
LogWarn ( string message ) : void

Method Details

Log4NetLogger() public method

public Log4NetLogger ( Type type ) : System
type System.Type
return System

LogDebug() public method

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

LogError() public method

public LogError ( string message ) : void
message string
return void

LogError() public method

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

LogFatal() public method

public LogFatal ( string message ) : void
message string
return void

LogFatal() public method

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

LogInfo() public method

public LogInfo ( string message ) : void
message string
return void

LogWarn() public method

public LogWarn ( string message ) : void
message string
return void