Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc |
include "note.g"
The priority defaults to NORMAL and the origin to Glish, however these can be overridden if desired.
... | in | components of the message | |
Allowed: | string | ||
priority | in | Message priority | |
Allowed: | DEBUGGING,NORMAL,WARN,SEVERE | ||
Default: | NORMAL | ||
origin | in | source of the message | |
Allowed: | string | ||
Default: | 'Glish' | ||
time | in | time as a string | |
Allowed: | string | ||
Default: | Current time | ||
postcli | in | Show message in CLI window too? | |
Allowed: | Bool | ||
Default: | F |
- note('The value of x is', x);