C# Class Aqueduct.Diagnostics.Logger

Inheritance: ILogger
ファイルを表示 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
LogEvent ( log4net.Core.Level level, string message, object>.Dictionary extraInfo, Exception exception ) : void
Logger ( Type loggedType ) : System
Logger ( string logName ) : 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