C# Class Betzalel.SimpleMulticastAnalyzer.Infrastructure.Log

Datei anzeigen Open project: eranbetzalel/SimpleMulticastAnalyzer Class Usage Examples

Public Methods

Method Description
Debug ( Func messageMethod ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
Info ( string message ) : void
Warn ( string message ) : void

Private Methods

Method Description
LogMessage ( string logType, string message ) : void

Method Details

Debug() public method

public Debug ( Func messageMethod ) : void
messageMethod Func
return void

Error() public method

public Error ( string message ) : void
message string
return void

Error() public method

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

Info() public method

public Info ( string message ) : void
message string
return void

Warn() public method

public Warn ( string message ) : void
message string
return void