Свойство | Type | Description | |
---|---|---|---|
FileName | string | ||
Level | LogLevel | ||
LineNumber | int | ||
MaskedLevel | LogLevel |
Méthode | Description | |
---|---|---|
ActivityMonitorLogData ( LogLevel level, |
Initializes a new ActivityMonitorLogData.
|
|
ActivityMonitorLogData ( LogLevel level, string fileName, int lineNumber ) : System |
Preinitializes a new ActivityMonitorLogData: Initialize has yet to be called.
|
|
EnsureExceptionData ( ) : |
Gets or creates the CKExceptionData that captures exception information. If P:Exception is null, this returns null.
|
|
Initialize ( string text, |
Initializes this data.
|
Méthode | Description | |
---|---|---|
ActivityMonitorLogData ( ) : System |
Used only to initialize a ActivityMonitorGroupSender for rejected opened group.
|
|
CombineTagsAndAdjustLogTime ( CKTrait tags, DateTimeStamp lastLogTime ) : DateTimeStamp |
public ActivityMonitorLogData ( LogLevel level, |
||
level | LogLevel | Log level. Can not be |
exception | Exception of the log. Can be null. | |
tags | CKTrait | Tags (from |
text | string | Text of the log. Can be null or empty only if |
logTime | DateTimeStamp |
/// Time of the log.
/// You can use |
fileName | string | Name of the source file that emitted the log. Can be null. |
lineNumber | int | Line number in the source file that emitted the log. Can be null. |
Résultat | System |
public ActivityMonitorLogData ( LogLevel level, string fileName, int lineNumber ) : System | ||
level | LogLevel | Log level. Can not be |
fileName | string | Name of the source file that emitted the log. Can be null. |
lineNumber | int | Line number in the source file that emitted the log. Can be null. |
Résultat | System |
public EnsureExceptionData ( ) : |
||
Résultat |
public Initialize ( string text, |
||
text | string |
/// Text of the log. Can be null or empty: if |
exception | Exception of the log. Can be null. | |
tags | CKTrait |
/// Tags (from |
logTime | DateTimeStamp |
/// Time of the log.
/// You can use |
Résultat | void |