C# Class TrainNotifier.Common.TraceHelper

Datei anzeigen Open project: blueghostuk/trainnotifier-server

Public Methods

Method Description
FlushLog ( ) : void

flush the trace log

SetupTrace ( ) : void

set up the trace listener to write to the "Logs" sub-directory

Method Details

FlushLog() public static method

flush the trace log
public static FlushLog ( ) : void
return void

SetupTrace() public static method

set up the trace listener to write to the "Logs" sub-directory
public static SetupTrace ( ) : void
return void