C# Class Synoptic.Service.Demo.SimpleLogger

Inheritance: ILogger
Datei anzeigen Open project: bitdiff/synoptic

Public Methods

Method Description
LogException ( string name, Exception exception, string message ) : void
LogInfo ( string name, string message ) : void

Private Methods

Method Description
Write ( string s ) : void

Method Details

LogException() public method

public LogException ( string name, Exception exception, string message ) : void
name string
exception System.Exception
message string
return void

LogInfo() public method

public LogInfo ( string name, string message ) : void
name string
message string
return void