C# Class NHibernate3Sample.Autofac.Logging.Log4NetWrapper

Inheritance: ILog
Exibir arquivo Open project: thangchung/NHibernate3Sample

Public Methods

Method Description
Error ( string message ) : void
Exception ( Exception exception ) : void
GetLogger ( Type type ) : ILog
Info ( string message ) : void
Log4NetWrapper ( Type type ) : System
Warning ( string message ) : void

Method Details

Error() public method

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

Exception() public method

public Exception ( Exception exception ) : void
exception System.Exception
return void

GetLogger() public static method

public static GetLogger ( Type type ) : ILog
type System.Type
return ILog

Info() public method

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

Log4NetWrapper() public method

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

Warning() public method

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