C# Class KonfDBAH.Logging.AzureLogger

Inheritance: KonfDB.Infrastructure.Logging.BaseLogger
Afficher le fichier Open project: punitganshani/KonfDB

Méthodes publiques

Méthode Description
AzureLogger ( IArguments args ) : System
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

Method Details

AzureLogger() public méthode

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

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

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