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

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

Méthodes publiques

Méthode Description
Commit ( ) : void
Commit ( uint duration ) : void
Debug ( string message, Exception e = null ) : void
DirectLogger ( ILogFactory loggerFactory ) : System
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

Private Methods

Méthode Description
GetLogger ( ) : ILog

Method Details

Commit() public méthode

public Commit ( ) : void
Résultat void

Commit() public méthode

public Commit ( uint duration ) : void
duration uint
Résultat void

Debug() public méthode

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

DirectLogger() public méthode

public DirectLogger ( ILogFactory loggerFactory ) : System
loggerFactory ILogFactory
Résultat System

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

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