void closeFile(
mixed
$path
)
|
|
Close a file with the correct string depending on the configured format
API Tags:
boolean log(
mixed
$priority, string
$package, string
$message, int
$level
)
|
|
The primary log function that will take an incoming message and specified paramter and log in the appropriate location and format
Parameters:
|
int |
$level: |
- Follow common BSD error levels |
|
string |
$package: |
- A way to group log messages |
|
string |
$message: |
- The actual message to log |
API Tags:
| Return: | -TRUE on success otherwise FALSE |
| Access: | public |
boolean logError(
[int
$level = 7], string
$package, string
$message, [string
$file_name = NULL], [mixed
$back_trace = ''], string
$string
)
|
|
The primary log function that will take an incoming message and specified paramter and log in the appropriate location and format
Parameters:
|
int |
$level: |
- Follow common BSD error levels |
|
string |
$package: |
- A way to group log messages |
|
string |
$message: |
- The actual message to log |
|
string |
$file_name: |
- An optional specific file name where the message should be logged |
|
string |
$string: |
- An optional list of the Application stack at the time of error |
API Tags:
| Return: | -TRUE on success otherwise FALSE |
| Access: | public |
void prepFile(
mixed
$path
)
|
|
Either open a new file with the correct string or remove a previous closing string
API Tags:
void ReadMetadata(
mixed
&$xmlArr
)
|
|
API Tags:
Set the extension based on the type of format selected in app.inc
API Tags:
Set the formatter based on the type of format selected in app.inc
API Tags: