Свойство | Type | Description | |
---|---|---|---|
IActivityMonitorBoundClient | void | ||
IActivityMonitorClient | void | ||
IActivityMonitorClient | void | ||
IActivityMonitorClient | void | ||
IActivityMonitorClient | void | ||
IActivityMonitorClient | void | ||
IActivityMonitorClient | void |
Méthode | Description | |
---|---|---|
CKMonWriterClient ( string path, int maxCountPerFile ) : System |
Initializes a new instance of CKMonWriterClient that can be registered to write uncompressed .ckmon file for this monitor.
|
|
CKMonWriterClient ( string path, int maxCountPerFile, |
Initializes a new instance of CKMonWriterClient that can be registered to write compressed or uncompressed .ckmon file for this monitor.
|
|
Close ( ) : void |
Closes this writer if it IsOpened. It can be re-Opened later.
|
|
Open ( ) : bool |
Opens this writer if it is not already opened.
|
Méthode | Description | |
---|---|---|
IActivityMonitorBoundClient ( IActivityMonitorImpl source, bool forceBuggyRemove ) : void | ||
IActivityMonitorClient ( |
||
IActivityMonitorClient ( CKTrait newTrait ) : void | ||
IActivityMonitorClient ( IActivityLogGroup group ) : void | ||
IActivityMonitorClient ( IActivityLogGroup group, IReadOnlyList |
||
IActivityMonitorClient ( IActivityLogGroup group, List |
||
IActivityMonitorClient ( string newTopic, string fileName, int lineNumber ) : void |
public CKMonWriterClient ( string path, int maxCountPerFile ) : System | ||
path | string | The path. Can be absolute. When relative, it will be under |
maxCountPerFile | int | Maximum number of entries per file. Must be greater than 1. |
Résultat | System |
public CKMonWriterClient ( string path, int maxCountPerFile, |
||
path | string | The path. Can be absolute. When relative, it will be under |
maxCountPerFile | int | Maximum number of entries per file. Must be greater than 1. |
minimalFilter | Minimal filter for this client. | |
useGzipCompression | bool | Whether to output compressed .ckmon files. Defaults to false (do not compress). |
Résultat | System |