C# Class Synoptic.Service.Demo.SimpleLogger

Inheritance: ILogger
Afficher le fichier Open project: bitdiff/synoptic

Méthodes publiques

Méthode Description
LogException ( string name, Exception exception, string message ) : void
LogInfo ( string name, string message ) : void

Private Methods

Méthode Description
Write ( string s ) : void

Method Details

LogException() public méthode

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

LogInfo() public méthode

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