C# Class KonfDB.Infrastructure.Logging.Logger

Inheritance: BaseLogger
Afficher le fichier Open project: punitganshani/KonfDB

Méthodes publiques

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

Méthode Description
CreateConsoleAppender ( ) : log4net.Appender.AppenderSkeleton
CreateFileAppender ( string name, string fileName ) : IAppender

Method Details

Debug() public méthode

public Debug ( object message ) : void
message object
Résultat void

DebugFormat() public méthode

public DebugFormat ( string format ) : void
format string
Résultat void

Error() public méthode

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

Error() public méthode

public Error ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( string format ) : void
format string
Résultat void

Info() public méthode

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

InfoFormat() public méthode

public InfoFormat ( string format ) : void
format string
Résultat void

Logger() public méthode

public Logger ( IArguments args ) : System
args IArguments
Résultat System

SvcInfo() public méthode

public SvcInfo ( object message ) : void
message object
Résultat void

SvcInfo() public méthode

public SvcInfo ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void