C# Class NHibernate3Sample.Autofac.Logging.Log4NetWrapper

Inheritance: ILog
Afficher le fichier Open project: thangchung/NHibernate3Sample

Méthodes publiques

Méthode 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 méthode

public Error ( string message ) : void
message string
Résultat void

Exception() public méthode

public Exception ( Exception exception ) : void
exception System.Exception
Résultat void

GetLogger() public static méthode

public static GetLogger ( Type type ) : ILog
type System.Type
Résultat ILog

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

Log4NetWrapper() public méthode

public Log4NetWrapper ( Type type ) : System
type System.Type
Résultat System

Warning() public méthode

public Warning ( string message ) : void
message string
Résultat void