C# Class Chaos.Portal.Core.Logging.ALog

Inheritance: ILog
Afficher le fichier Open project: CHAOS-Community/Portal

Méthodes publiques

Méthode Description
Commit ( ) : void
Debug ( string message, Exception e = null ) : void
Error ( string message, Exception e = null ) : void
Fatal ( string message, Exception e = null ) : void
Info ( string message, Exception e = null ) : void
Warn ( string message, Exception e = null ) : void
WithLoglevel ( LogLevel logLevel ) : ILog
WithName ( string name ) : ILog
WithSessionGuid ( System.Guid sessionGuid ) : ILog
WithStopwatch ( Stopwatch stopwatch ) : ILog

Méthodes protégées

Méthode Description
ALog ( ) : System
Log ( LogLevel logLevel, string message, Exception e ) : void

Method Details

ALog() protected méthode

protected ALog ( ) : System
Résultat System

Commit() public abstract méthode

public abstract Commit ( ) : void
Résultat void

Debug() public méthode

public Debug ( string message, Exception e = null ) : void
message string
e System.Exception
Résultat void

Error() public méthode

public Error ( string message, Exception e = null ) : void
message string
e System.Exception
Résultat void

Fatal() public méthode

public Fatal ( string message, Exception e = null ) : void
message string
e System.Exception
Résultat void

Info() public méthode

public Info ( string message, Exception e = null ) : void
message string
e System.Exception
Résultat void

Log() protected méthode

protected Log ( LogLevel logLevel, string message, Exception e ) : void
logLevel LogLevel
message string
e System.Exception
Résultat void

Warn() public méthode

public Warn ( string message, Exception e = null ) : void
message string
e System.Exception
Résultat void

WithLoglevel() public méthode

public WithLoglevel ( LogLevel logLevel ) : ILog
logLevel LogLevel
Résultat ILog

WithName() public méthode

public WithName ( string name ) : ILog
name string
Résultat ILog

WithSessionGuid() public méthode

public WithSessionGuid ( System.Guid sessionGuid ) : ILog
sessionGuid System.Guid
Résultat ILog

WithStopwatch() public méthode

public WithStopwatch ( Stopwatch stopwatch ) : ILog
stopwatch Stopwatch
Résultat ILog