C# Class Utility.Logging.LoggerBase

Inheritance: ILogger, IDisposable
Afficher le fichier Open project: ChrisMH/Utility.Logging

Méthodes publiques

Méthode Description
Debug ( Exception exception, string message ) : void
Debug ( string message ) : void
Dispose ( ) : void
Error ( Exception exception, string message ) : void
Error ( string message ) : void
Fatal ( Exception exception, string message ) : void
Fatal ( string message ) : void
GetLogger ( Type type ) : ILogger
GetLogger ( string name ) : ILogger
Info ( Exception exception, string message ) : void
Info ( string message ) : void
Trace ( Exception exception, string message ) : void
Trace ( string message ) : void
Warn ( Exception exception, string message ) : void
Warn ( string message ) : void

Méthodes protégées

Méthode Description
LoggerBase ( string name, ILoggerFactory factory ) : System

Private Methods

Méthode Description
GetCurrentInstanceLogger ( ) : ILogger

Method Details

Debug() public abstract méthode

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

Debug() public abstract méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Error() public abstract méthode

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

Error() public abstract méthode

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

Fatal() public abstract méthode

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

Fatal() public abstract méthode

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

GetLogger() public méthode

public GetLogger ( Type type ) : ILogger
type System.Type
Résultat ILogger

GetLogger() public méthode

public GetLogger ( string name ) : ILogger
name string
Résultat ILogger

Info() public abstract méthode

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

Info() public abstract méthode

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

LoggerBase() protected méthode

protected LoggerBase ( string name, ILoggerFactory factory ) : System
name string
factory ILoggerFactory
Résultat System

Trace() public abstract méthode

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

Trace() public abstract méthode

public abstract Trace ( string message ) : void
message string
Résultat void

Warn() public abstract méthode

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

Warn() public abstract méthode

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