C# Class Sdl.Web.Common.Logging.Log4NetLogger

Inheritance: ILogger
ファイルを表示 Open project: sdl/dxa-web-application-dotnet

Public Methods

Method Description
Configure ( ) : void
Debug ( string messageFormat ) : void
Error ( Exception ex ) : void
Error ( Exception ex, string messageFormat ) : void
Error ( string messageFormat ) : void
Info ( string messageFormat ) : void
Log4NetLogger ( ) : System
Trace ( string messageFormat ) : void
Warn ( string messageFormat ) : void

Method Details

Configure() public static method

public static Configure ( ) : void
return void

Debug() public method

public Debug ( string messageFormat ) : void
messageFormat string
return void

Error() public method

public Error ( Exception ex ) : void
ex System.Exception
return void

Error() public method

public Error ( Exception ex, string messageFormat ) : void
ex System.Exception
messageFormat string
return void

Error() public method

public Error ( string messageFormat ) : void
messageFormat string
return void

Info() public method

public Info ( string messageFormat ) : void
messageFormat string
return void

Log4NetLogger() public method

public Log4NetLogger ( ) : System
return System

Trace() public method

public Trace ( string messageFormat ) : void
messageFormat string
return void

Warn() public method

public Warn ( string messageFormat ) : void
messageFormat string
return void