C# Class Drivr.NHibernate.SqlErrorLogger.GeneralLogger

Inheritance: IInternalLogger
Mostrar archivo Open project: clickataxi/nh-utils

Public Properties

Property Type Description
Log log4net.ILog

Public Methods

Method Description
CacheMessage ( string message ) : void
Debug ( object message ) : void
Debug ( object message, Exception exception ) : void
DebugFormat ( string format ) : void
Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormat ( string format ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception exception ) : void
FlushMessages ( ) : void
Info ( object message ) : void
Info ( object message, Exception exception ) : void
InfoFormat ( string format ) : void
Warn ( object message ) : void
Warn ( object message, Exception exception ) : void
WarnFormat ( string format ) : void

Method Details

CacheMessage() public static method

public static CacheMessage ( string message ) : void
message string
return void

Debug() public method

public Debug ( object message ) : void
message object
return void

Debug() public method

public Debug ( object message, Exception exception ) : void
message object
exception System.Exception
return void

DebugFormat() public method

public DebugFormat ( string format ) : void
format string
return void

Error() public method

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

Error() public method

public Error ( object message, Exception exception ) : void
message object
exception System.Exception
return void

ErrorFormat() public method

public ErrorFormat ( string format ) : void
format string
return void

Fatal() public method

public Fatal ( object message ) : void
message object
return void

Fatal() public method

public Fatal ( object message, Exception exception ) : void
message object
exception System.Exception
return void

FlushMessages() public static method

public static FlushMessages ( ) : void
return void

Info() public method

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

Info() public method

public Info ( object message, Exception exception ) : void
message object
exception System.Exception
return void

InfoFormat() public method

public InfoFormat ( string format ) : void
format string
return void

Warn() public method

public Warn ( object message ) : void
message object
return void

Warn() public method

public Warn ( object message, Exception exception ) : void
message object
exception System.Exception
return void

WarnFormat() public method

public WarnFormat ( string format ) : void
format string
return void

Property Details

Log public_oe static_oe property

public static ILog,log4net Log
return log4net.ILog