|
readonly List< string > | activity |
|
readonly object | locker = new object() |
|
Definition at line 28 of file ActivityLog.cs.
Ntp.Common.Log.ActivityLog.ActivityLog |
( |
| ) |
|
|
inlinepackage |
override void Ntp.Common.Log.ActivityLog.Close |
( |
| ) |
|
|
inlinevirtual |
IEnumerator<string> Ntp.Common.Log.ActivityLog.GetEnumerator |
( |
| ) |
|
|
inline |
IEnumerator IEnumerable. Ntp.Common.Log.ActivityLog.GetEnumerator |
( |
| ) |
|
|
inlineprivate |
override void Ntp.Common.Log.ActivityLog.Initialize |
( |
| ) |
|
|
inlinevirtual |
override void Ntp.Common.Log.ActivityLog.Resume |
( |
| ) |
|
|
inlinevirtual |
override void Ntp.Common.Log.ActivityLog.Suspend |
( |
| ) |
|
|
inlinevirtual |
override void Ntp.Common.Log.ActivityLog.WriteLine |
( |
string |
text, |
|
|
Severity |
severity |
|
) |
| |
|
inlinevirtual |
Implements Ntp.Common.Log.LogBase.
Definition at line 67 of file ActivityLog.cs.
95 throw new ArgumentOutOfRangeException(nameof(severity));
98 var now = DateTime.Now;
99 string entry =
string.Concat(
100 now.ToString(
"HH:mm:ss"),
101 " ", severityText,
" ",
readonly List< string > activity
override void Ntp.Common.Log.ActivityLog.WriteLine |
( |
Exception |
exception | ) |
|
|
inlinevirtual |
override void Ntp.Common.Log.ActivityLog.WriteLine |
( |
Exception |
exception, |
|
|
Severity |
severity |
|
) |
| |
|
inlinevirtual |
readonly List<string> Ntp.Common.Log.ActivityLog.activity |
|
private |
readonly object Ntp.Common.Log.ActivityLog.locker = new object() |
|
private |
The documentation for this class was generated from the following file: