Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | tasking | |
Tool | logger |
timeString | in | time | |
Allowed: | String | ||
Default: | Current time | ||
priority | in | Priority of message | |
Allowed: | NORMAL|DEBUGGING|WARN|SEVERE | ||
message | in | Message | |
Allowed: | String | ||
origin | in | source of the message | |
Allowed: | string | ||
Default: | [=] | ||
postglobally | in | Write into log table? | |
Allowed: | Bool | ||
Default: | T | ||
postlocally | in | Write to screen? | |
Allowed: | Bool | ||
Default: | T | ||
postcli | in | Show message in CLI window too? | |
Allowed: | Bool | ||
Default: | F |
include 'logger.g'; dl.log('', 'SEVERE', 'File does not exist', 'file.open');