eLogType | |
.Trace | |
.Debug | |
.Info | |
.Warning | |
.Error | |
LogEntry | |
.eLogType | Type |
.string | Message |
.DateTime | TimeStamp |
_eLogType | _type |
_string | _message |
_DateTime | _timestamp |
_(eLogType, string) | type, message |
_(DateTime,eLogType, string) | timestamp, type, message |
.ToFullString() -> string | |
.ToFullString(string) -> string | dateFormat |
.ToShortString() -> string | |
.ToShortString(string) -> string | dateFormat |
.ToString() -> string | |
Logger | |
_List<LogEntry> | _entries |
.List<LogEntry> | Entries |
.List<LogEntry> | AllEntries |
.eLogType | LogVerbosity |
.eLogType | OutputVerbosity |
.ToFullString() -> string | |
.ToFullString(string) -> string | dateFormat |
.ToShortString() -> string | |
.ToShortString(string) -> string | dateFormat |
.ToString() -> string | |
.() | RecordComplete |
.(eLogType) | verbosity |
.(eLogType, eLogType) | verbosityLog, verbosityOutput |
.Clear() | |
.LogTrace(string) | message |
.LogDebug(string) | message |
.LogInfo(string) | message |
.LogWarning(string) | message |
.LogError(string) | message |
.Log(eLogType, string) | type, message |
1. Contents.
2. Introduction
3. Background
4. Using the code
5. Overview
7. Point Map
8. Member Map - LogEntry
9. Member Map - Logger