C# Class Aqueduct.Diagnostics.NullLogger

Null logger implementation. Doesn't do anything
Inheritance: ILogger
Datei anzeigen Open project: aqueduct/Aqueduct.SitecoreLib

Public Methods

Method Description
LogDebugMessage ( string message ) : void
LogError ( string message, Exception exception ) : void
LogError ( string message, Exception exception, object>.Dictionary extraInfo ) : void
LogFatalError ( string message, Exception exception ) : void
LogInfoMessage ( string message ) : void
LogInfoMessage ( string message, object>.Dictionary extraInfo ) : void
LogWarningMessage ( string message ) : void

Private Methods

Method Description
NullLogger ( ) : System

Method Details

LogDebugMessage() public method

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

LogError() public method

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

LogError() public method

public LogError ( string message, Exception exception, object>.Dictionary extraInfo ) : void
message string
exception System.Exception
extraInfo object>.Dictionary
return void

LogFatalError() public method

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

LogInfoMessage() public method

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

LogInfoMessage() public method

public LogInfoMessage ( string message, object>.Dictionary extraInfo ) : void
message string
extraInfo object>.Dictionary
return void

LogWarningMessage() public method

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