C# Class KonfDB.Infrastructure.Logging.Logger

Inheritance: BaseLogger
ファイルを表示 Open project: punitganshani/KonfDB

Public Methods

Method Description
Debug ( object message ) : void
DebugFormat ( string format ) : void
Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormat ( string format ) : void
Info ( object message ) : void
InfoFormat ( string format ) : void
Logger ( IArguments args ) : System
SvcInfo ( object message ) : void
SvcInfo ( object message, Exception exception ) : void

Private Methods

Method Description
CreateConsoleAppender ( ) : log4net.Appender.AppenderSkeleton
CreateFileAppender ( string name, string fileName ) : IAppender

Method Details

Debug() public method

public Debug ( object message ) : void
message object
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

Info() public method

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

InfoFormat() public method

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

Logger() public method

public Logger ( IArguments args ) : System
args IArguments
return System

SvcInfo() public method

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

SvcInfo() public method

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