NTP Analyzer
0.8.2
Analyze the operation of time servers
|
Public Member Functions | |
void | Add (LogBase log) |
override void | Close () |
IEnumerator< LogBase > | GetEnumerator () |
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) |
Package Functions | |
LogGroup () | |
Properties | |
LogBase | ConsoleLog [get] |
LogBase | SysLog [get] |
Properties inherited from Ntp.Common.Log.LogBase | |
bool | IsSysLog [get] |
Severity | Threshold [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
readonly List< LogBase > | logs |
Additional Inherited Members | |
Protected Member Functions inherited from Ntp.Common.Log.LogBase | |
LogBase (Severity threshold, bool isSysLog=false) | |
Definition at line 29 of file LogGroup.cs.
|
inlinepackage |
|
inline |
Definition at line 71 of file LogGroup.cs.
References Ntp.Common.Log.LogGroup.Add().
Referenced by Ntp.Common.Log.LogGroup.Add(), Ntp.Analyzer.Cli.Program.Main(), and Ntp.Common.Process.Scheduler.Scheduler().
|
inlinevirtual |
|
inline |
Definition at line 61 of file LogGroup.cs.
|
inlineprivate |
Definition at line 66 of file LogGroup.cs.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements Ntp.Common.Log.LogBase.
Definition at line 108 of file LogGroup.cs.
References Ntp.Common.Log.SysLog.WriteLine(), and Ntp.Common.Log.TextLog.WriteLine().
|
inlinevirtual |
Implements Ntp.Common.Log.LogBase.
Definition at line 117 of file LogGroup.cs.
References Ntp.Common.Log.SysLog.WriteLine(), and Ntp.Common.Log.TextLog.WriteLine().
|
inlinevirtual |
Implements Ntp.Common.Log.LogBase.
Definition at line 126 of file LogGroup.cs.
References Ntp.Common.Log.SysLog.WriteLine(), and Ntp.Common.Log.TextLog.WriteLine().
|
private |
Definition at line 37 of file LogGroup.cs.
|
getprivate |
Definition at line 51 of file LogGroup.cs.
|
getprivate |
Definition at line 40 of file LogGroup.cs.