C# Class KonfDB.Infrastructure.Logging.BaseLogger

Afficher le fichier Open project: punitganshani/KonfDB Class Usage Examples

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
SvcInfo ( object message ) : void
SvcInfo ( object message, Exception exception ) : void

Méthodes protégées

Méthode Description
BaseLogger ( IArguments args ) : System

Method Details

BaseLogger() protected méthode

protected BaseLogger ( IArguments args ) : System
args IArguments
Résultat System

Debug() public abstract méthode

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

DebugFormat() public abstract méthode

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

Error() public abstract méthode

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

Error() public abstract méthode

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

ErrorFormat() public abstract méthode

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

Info() public abstract méthode

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

InfoFormat() public abstract méthode

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

SvcInfo() public abstract méthode

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

SvcInfo() public abstract méthode

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