C# Class NAPS2.DI.NLogLogger

Inheritance: Util.ILogger
Afficher le fichier Open project: cyanfish/naps2

Méthodes publiques

Méthode Description
Error ( string message ) : void
ErrorException ( string message, Exception exception ) : void
FatalException ( string message, Exception exception ) : void
NLogLogger ( ) : System

Method Details

Error() public méthode

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

ErrorException() public méthode

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

FatalException() public méthode

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

NLogLogger() public méthode

public NLogLogger ( ) : System
Résultat System