C# Class CostEffectiveCode.NLog.Logger

Inheritance: CostEffectiveCode.Common.ILogger
Afficher le fichier Open project: hightechtoday/costeffectivecode

Méthodes publiques

Méthode Description
Debug ( string message ) : void
DebugFormat ( string message ) : void
Error ( Exception exception ) : void
Error ( object message ) : void
Error ( string unexpectedError, Exception exception ) : void
ErrorFormat ( string message ) : void
Fatal ( Exception exception ) : void
Info ( string message ) : void
Logger ( ) : System
Warning ( string message ) : void

Method Details

Debug() public méthode

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

DebugFormat() public méthode

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

Error() public méthode

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

Error() public méthode

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

Error() public méthode

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

ErrorFormat() public méthode

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

Fatal() public méthode

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

Info() public méthode

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

Logger() public méthode

public Logger ( ) : System
Résultat System

Warning() public méthode

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