C# Class TrainNotifier.Common.TraceHelper

Afficher le fichier Open project: blueghostuk/trainnotifier-server

Méthodes publiques

Méthode 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 méthode

flush the trace log
public static FlushLog ( ) : void
Résultat void

SetupTrace() public static méthode

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