Definition at line 28 of file LogConfiguration.cs.
Ntp.Analyzer.Config.Node.LogConfiguration.LogConfiguration |
( |
string |
name, |
|
|
LogType? |
logType, |
|
|
Severity? |
threshold, |
|
|
bool? |
showTimestamp, |
|
|
bool? |
showSeverity, |
|
|
string |
timeFormat, |
|
|
string |
file |
|
) |
| |
|
inlinepackage |
readonly LogType Ntp.Analyzer.Config.Node.LogConfiguration.logType |
|
private |
LogType Ntp.Analyzer.Config.Node.LogConfiguration.LogType => logType ?? LogType.File |
readonly bool Ntp.Analyzer.Config.Node.LogConfiguration.showSeverity |
|
private |
bool Ntp.Analyzer.Config.Node.LogConfiguration.ShowSeverity => showSeverity ?? true |
readonly bool Ntp.Analyzer.Config.Node.LogConfiguration.showTimestamp |
|
private |
bool Ntp.Analyzer.Config.Node.LogConfiguration.ShowTimestamp => showTimestamp ?? true |
readonly Severity Ntp.Analyzer.Config.Node.LogConfiguration.threshold |
|
private |
Severity Ntp.Analyzer.Config.Node.LogConfiguration.Threshold => threshold ?? Severity.Info |
readonly string Ntp.Analyzer.Config.Node.LogConfiguration.timeFormat |
|
private |
string Ntp.Analyzer.Config.Node.LogConfiguration.TimeFormat => timeFormat ?? "yyyy-MM-dd HH:mm:ss" |
string Ntp.Analyzer.Config.Node.LogConfiguration.File |
|
get |
The documentation for this class was generated from the following file: