C# Class Gallatin.Core.Net.SessionLogger

Inheritance: ISessionLogger
Afficher le fichier Open project: williamoneill/Gallatin

Méthodes publiques

Méthode Description
Error ( string message ) : void
Exception ( string message, Exception ex ) : void
Info ( string message ) : void
SessionLogger ( string sessionId ) : System
Verbose ( Func message ) : void
Verbose ( string message ) : void

Method Details

Error() public méthode

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

Exception() public méthode

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

Info() public méthode

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

SessionLogger() public méthode

public SessionLogger ( string sessionId ) : System
sessionId string
Résultat System

Verbose() public méthode

public Verbose ( Func message ) : void
message Func
Résultat void

Verbose() public méthode

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