Method | Description | |
---|---|---|
Close ( IActivityMonitor m ) : void |
Closes the file if it is opened.
|
|
Handle ( GrandOutputEventInfo logEvent, bool parrallelCall ) : void |
Writes a log entry (that can actually be a IMulticastLogEntry).
|
|
Initialize ( IActivityMonitor m ) : void |
Initialization of the handler: computes the path.
|
|
TextFile ( |
Initializes a new TextFile bound to its TextFileConfiguration.
|
public Close ( IActivityMonitor m ) : void | ||
m | IActivityMonitor | The monitor to use to track activity. |
return | void |
public Handle ( GrandOutputEventInfo logEvent, bool parrallelCall ) : void | ||
logEvent | GrandOutputEventInfo | The log entry. |
parrallelCall | bool | True if this is a parrallel call. |
return | void |
public Initialize ( IActivityMonitor m ) : void | ||
m | IActivityMonitor | |
return | void |
public TextFile ( |
||
config | The configuration. | |
return | System |