NTP Analyzer
0.8.2
Analyze the operation of time servers
|
Public Member Functions | |
override void | Initialize () |
override void | Resume () |
override void | Suspend () |
override void | WriteLine (string text, Severity severity) |
override void | WriteLine (Exception exception) |
override void | WriteLine (Exception exception, Severity severity) |
Public Member Functions inherited from Ntp.Common.Log.LogBase | |
abstract void | Close () |
Protected Member Functions | |
TextLog (Severity threshold, string timeFormat) | |
abstract TextWriter | CreateWriter () |
Protected Member Functions inherited from Ntp.Common.Log.LogBase | |
LogBase (Severity threshold, bool isSysLog=false) | |
Protected Attributes | |
bool | Closed |
bool | Initialized |
readonly object | Locker = new object() |
Properties | |
bool | ShowSeverity [get, set] |
bool | ShowTimeStamp [get, set] |
Properties inherited from Ntp.Common.Log.LogBase | |
bool | IsSysLog [get] |
Severity | Threshold [get] |
Private Attributes | |
readonly List< string > | cache = new List<string>() |
bool | suspended |
readonly string | timeFormat |
TextWriter | writer |
Definition at line 28 of file TextLog.cs.
|
inlineprotected |
Definition at line 30 of file TextLog.cs.
|
protectedpure virtual |
Implemented in Ntp.Common.Log.FileLog, and Ntp.Common.Log.ConsoleLog.
|
inlinevirtual |
Implements Ntp.Common.Log.LogBase.
Definition at line 51 of file TextLog.cs.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements Ntp.Common.Log.LogBase.
Definition at line 86 of file TextLog.cs.
Referenced by Ntp.Common.Log.LogGroup.WriteLine().
|
inlinevirtual |
Implements Ntp.Common.Log.LogBase.
Definition at line 168 of file TextLog.cs.
|
inlinevirtual |
Implements Ntp.Common.Log.LogBase.
Definition at line 174 of file TextLog.cs.
|
private |
Definition at line 38 of file TextLog.cs.
|
protected |
Definition at line 42 of file TextLog.cs.
|
protected |
Definition at line 43 of file TextLog.cs.
|
protected |
Definition at line 40 of file TextLog.cs.
|
private |
Definition at line 44 of file TextLog.cs.
|
private |
Definition at line 41 of file TextLog.cs.
|
private |
Definition at line 45 of file TextLog.cs.
|
getset |
Definition at line 49 of file TextLog.cs.
|
getset |
Definition at line 47 of file TextLog.cs.