Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FileTraceWriter ( string logFilePath, TraceLevel level ) : System | ||
Flush ( ) : void | ||
Trace ( TraceEvent traceEvent ) : void |
Method | Description | |
---|---|---|
AppendLine ( string line ) : void | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
DeleteFiles ( IEnumerable |
||
GetInstanceId ( ) : string | ||
GetLogFiles ( |
||
OnFlushLogs ( object sender, ElapsedEventArgs e ) : void | ||
SetNewLogFile ( ) : void |
public FileTraceWriter ( string logFilePath, TraceLevel level ) : System | ||
logFilePath | string | |
level | TraceLevel | |
return | System |
public Trace ( TraceEvent traceEvent ) : void | ||
traceEvent | TraceEvent | |
return | void |