C# Class Dovetail.SDK.Clarify.Log4NetLogger

Inheritance: ILogger
Afficher le fichier Open project: DovetailSoftware/dovetail-bootstrap

Méthodes publiques

Méthode Description
Log4NetLogger ( Type type ) : System
LogDebug ( string message ) : void
LogError ( string message ) : void
LogError ( string message, Exception exception ) : void
LogFatal ( string message ) : void
LogFatal ( string message, Exception exception ) : void
LogInfo ( string message ) : void
LogWarn ( string message ) : void

Method Details

Log4NetLogger() public méthode

public Log4NetLogger ( Type type ) : System
type System.Type
Résultat System

LogDebug() public méthode

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

LogError() public méthode

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

LogError() public méthode

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

LogFatal() public méthode

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

LogFatal() public méthode

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

LogInfo() public méthode

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

LogWarn() public méthode

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