C# Class AOPify.NLog.NLogger

Inheritance: ILogger
Afficher le fichier Open project: ziyasal/AOPify

Méthodes publiques

Méthode Description
Debug ( string message ) : void
DebugException ( string message, Exception exception ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception ) : void
Info ( string message ) : void
Info ( string message, Exception exception ) : void
NLogger ( ) : System
Warn ( string message ) : void
Warn ( string message, Exception exception ) : void

Method Details

Debug() public méthode

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

DebugException() public méthode

public DebugException ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

Error() public méthode

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

Error() public méthode

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

Fatal() public méthode

public Fatal ( string message ) : void
message string
Résultat void

Fatal() public méthode

public Fatal ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

Info() public méthode

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

Info() public méthode

public Info ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

NLogger() public méthode

public NLogger ( ) : System
Résultat System

Warn() public méthode

public Warn ( string message ) : void
message string
Résultat void

Warn() public méthode

public Warn ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void