C# Class Orchestra.LogHelper

Helper class for logging.
Mostra file Open project: WildGums/Orchestra

Public Methods

Method Description
AddFileLogListener ( ) : void

Adds a file log listener.

AddLogListenerForUnhandledException ( Exception ex ) : void

Adds a file log listener for an unhandled exception.

CreateFileLogListener ( string prefix ) : ILogListener

Private Methods

Method Description
AddFileLogListener ( string prefix ) : void

Method Details

AddFileLogListener() public static method

Adds a file log listener.
public static AddFileLogListener ( ) : void
return void

AddLogListenerForUnhandledException() public static method

Adds a file log listener for an unhandled exception.
public static AddLogListenerForUnhandledException ( Exception ex ) : void
ex System.Exception The unhandled exception.
return void

CreateFileLogListener() public static method

public static CreateFileLogListener ( string prefix ) : ILogListener
prefix string
return ILogListener