C# Class Dovetail.SDK.Clarify.NulloLogger

Inheritance: ILogger
显示文件 Open project: DovetailSoftware/dovetail-bootstrap

Public Methods

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

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