|
const SyslogFacility | Facility = SyslogFacility.LOG_DAEMON |
|
readonly string | name |
|
const SyslogOptions | Options = SyslogOptions.LOG_PID |
|
Definition at line 28 of file SysLog.cs.
Ntp.Common.Log.SysLog.SysLog |
( |
string |
name, |
|
|
Severity |
threshold |
|
) |
| |
|
inline |
Definition at line 30 of file SysLog.cs.
31 : base(threshold,
true)
override void Ntp.Common.Log.SysLog.Close |
( |
| ) |
|
|
inlinevirtual |
static SyslogLevel Ntp.Common.Log.SysLog.GetSyslogLevel |
( |
Severity |
severity | ) |
|
|
inlinestaticprivate |
Definition at line 92 of file SysLog.cs.
97 return SyslogLevel.LOG_ERR;
99 return SyslogLevel.LOG_WARNING;
101 return SyslogLevel.LOG_NOTICE;
103 return SyslogLevel.LOG_INFO;
106 return SyslogLevel.LOG_DEBUG;
108 return SyslogLevel.LOG_DEBUG;
override void Ntp.Common.Log.SysLog.Initialize |
( |
| ) |
|
|
inlinevirtual |
override void Ntp.Common.Log.SysLog.Resume |
( |
| ) |
|
|
inlinevirtual |
override void Ntp.Common.Log.SysLog.Suspend |
( |
| ) |
|
|
inlinevirtual |
override void Ntp.Common.Log.SysLog.WriteLine |
( |
Exception |
exception | ) |
|
|
inlinevirtual |
override void Ntp.Common.Log.SysLog.WriteLine |
( |
Exception |
exception, |
|
|
Severity |
severity |
|
) |
| |
|
inlinevirtual |
override void Ntp.Common.Log.SysLog.WriteLine |
( |
string |
text, |
|
|
Severity |
severity |
|
) |
| |
|
inlinevirtual |
Implements Ntp.Common.Log.LogBase.
Definition at line 81 of file SysLog.cs.
override void Initialize()
static SyslogLevel GetSyslogLevel(Severity severity)
const SyslogFacility Facility
const SyslogFacility Ntp.Common.Log.SysLog.Facility = SyslogFacility.LOG_DAEMON |
|
private |
bool Ntp.Common.Log.SysLog.initialized |
|
staticprivate |
readonly string Ntp.Common.Log.SysLog.name |
|
private |
const SyslogOptions Ntp.Common.Log.SysLog.Options = SyslogOptions.LOG_PID |
|
private |
The documentation for this class was generated from the following file: