Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
LogSubscriptionFileWriter ( int messageLimit ) : System |
Creates a LogFileWriter that initially queues message
|
|
SetLoggingFileCount ( int maxFileCount ) : void |
Sets the maximum number of log files before a new one will delete the oldest one.
|
|
SetPath ( string logDirectory ) : void |
Sets the path of the log files.
|
|
SetPath ( string logDirectory, VerboseLevel level ) : void |
Sets log file writer path and optionally its verbosity level.
|
Méthode | Description | |
---|---|---|
OnNewFileComplete ( string fileName ) : void | ||
SubscriberNewLogMessage ( |
||
WriteLogMessage ( |
||
m_flushTask_Running ( object sender, EventArgs |
public LogSubscriptionFileWriter ( int messageLimit ) : System | ||
messageLimit | int | the number of messages to maintain |
Résultat | System |
public SetLoggingFileCount ( int maxFileCount ) : void | ||
maxFileCount | int | |
Résultat | void |
public SetPath ( string logDirectory ) : void | ||
logDirectory | string | |
Résultat | void |
public SetPath ( string logDirectory, VerboseLevel level ) : void | ||
logDirectory | string | |
level | VerboseLevel | |
Résultat | void |