Property | Type | Description | |
---|---|---|---|
AppSettingsKey | string | ||
SubDirectoryName | string |
Method | Description | |
---|---|---|
AssertRootLogPathIsSet ( ) : void |
Checks that RootLogPath is correctly configured by throwing a detailed exception if not.
|
|
EnsureStaticInitialization ( ) : bool |
Touches this type to ensure that its static information is initialized. This does nothing except that, since the Type is solicited, the type constructor is called if needed.
|
|
EnsureSystemClient ( IActivityMonitor monitor ) : IDisposable |
Registers the internal system client that routes errors and fatals as ActivityMonitor errors.
|
|
SystemActivityMonitor ( bool applyAutoConfigurations, string topic ) : System |
Initializes a new SystemActivityMonitor that can behave as a standard monitor (when automatic configurations applies).
|
Method | Description | |
---|---|---|
CreateHeader ( DateTimeStamp logTime, string text, LogLevel level, CKTrait tags ) : StringBuilder | ||
DumpErrorText ( DateTimeStamp logTime, string text, LogLevel level, CKTrait tags, |
||
DumpErrorText ( DateTimeStamp logTime, string text, LogLevel level, |
||
HandleError ( string s ) : void | ||
NormalizeRootLogPath ( string value ) : string | ||
OnTrackActivityMonitorLoggingError ( object sender, |
||
SystemActivityMonitor ( ) : System | ||
WriteFooter ( LogLevel level, StringBuilder buffer ) : void |
public static AssertRootLogPathIsSet ( ) : void | ||
return | void |
static public EnsureStaticInitialization ( ) : bool | ||
return | bool |
public static EnsureSystemClient ( IActivityMonitor monitor ) : IDisposable | ||
monitor | IActivityMonitor | The monitor that can be temporary works as a |
return | IDisposable |
public SystemActivityMonitor ( bool applyAutoConfigurations, string topic ) : System | ||
applyAutoConfigurations | bool | True to apply automatic configurations and, hence, behave like any other |
topic | string | Optional initial topic (can be null). |
return | System |