|
NTP Analyzer
0.8.2
Analyze the operation of time servers
|
Classes | |
| class | ActivityLog |
| class | ConsoleLog |
| class | EventLog |
| class | FileLog |
| interface | ILogConfiguration |
| class | LogBase |
| class | LogExtensions |
| class | LogFactory |
| class | LogGroup |
| class | SysLog |
| class | TextLog |
Enumerations | |
| enum | LogType { LogType.Unknown, LogType.Console, LogType.Syslog, LogType.EventLog, LogType.File } |
| enum | Severity { Severity.Trace = 0, Severity.Debug, Severity.Info, Severity.Notice, Severity.Warn, Severity.Error } |
|
strong |
| Enumerator | |
|---|---|
| Unknown | |
| Console | |
| Syslog | |
| EventLog | |
| File | |
Definition at line 24 of file LogType.cs.
|
strong |
| Enumerator | |
|---|---|
| Trace | |
| Debug | |
| Info | |
| Notice | |
| Warn | |
| Error | |
Definition at line 24 of file Severity.cs.