Functions | |
string | Log (type token, type value) |
create a log message using the key/value pair of data | |
string | LogHeader (type args) |
log mime header token/value pair to the logfile | |
string | Print (type args) |
print variable to standard out for debugging | |
string | Error (type message) |
stop the execution with an error and send eMail to SYSADMIN | |
string | Debug (optional token="") |
log debugging message including the whole mime message and the mime header token |
string Log | ( | type | token, | |
type | value | |||
) |
create a log message using the key/value pair of data
token | identify the type of the message | |
value | the message to be logged |
string LogHeader | ( | type | args | ) |
log mime header token/value pair to the logfile
args | list of arguments to be logged like: To, Cc, From ... |
string Print | ( | type | args | ) |
print variable to standard out for debugging
string Error | ( | type | message | ) |
string Debug | ( | optional | token = "" |
) |