Bundle Supports filesystem operations
Logger
Logs messages to temporary files
Operations
ClearError #
Clears the error log file
method : public : ClearError() ~ NilReturn
| Type | Description |
|---|---|
| Nil | true if message is logged, false otherwise |
ClearInfo #
Clears the info log file
method : public : ClearInfo() ~ NilReturn
| Type | Description |
|---|---|
| Nil | true if message is logged, false otherwise |
ClearWarn #
Clears the warning log file
method : public : ClearWarn() ~ NilReturn
| Type | Description |
|---|---|
| Nil | true if message is logged, false otherwise |
Error #
Logs an error message
method : public : Error(message:String) ~ BoolParameters
| Name | Type | Description |
|---|---|---|
| message | String | message to log |
Return
| Type | Description |
|---|---|
| Bool | true if message is logged, false otherwise |
GetDirectory #
Gets the logging directory
method : public : GetDirectory() ~ StringReturn
| Type | Description |
|---|---|
| String | logging directory |
GetErrorFile #
Gets path to error file
method : public : GetErrorFile() ~ StringReturn
| Type | Description |
|---|---|
| String | path to error file |
GetInfoFile #
Gets path to information file
method : public : GetInfoFile() ~ StringReturn
| Type | Description |
|---|---|
| String | path to information file |
GetWarnFile #
Gets path to warning file
method : public : GetWarnFile() ~ StringReturn
| Type | Description |
|---|---|
| String | path to warning file |
Info #
Logs an informational message
method : public : Info(message:String) ~ BoolParameters
| Name | Type | Description |
|---|---|---|
| message | String | message to log |
Return
| Type | Description |
|---|---|
| Bool | true if message is logged, false otherwise |