Method | Description |
---|---|
Deprecated: Defines the Start of a method/function. Use EZ_START() instead! |
|
Deprecated: Defines the End of a method/function. Use EZ_START() instead! |
|
error(msg) | Prints an Error-Message (without CRLF at the end) |
errorln(msg) | Prints an Error-Message |
warn(Stng msg) | Prints an Warning-Message (without CRLF at the end) |
warnln(msg) | Prints an Warning-Message |
info(msg) | Prints an Info-Message (without CRLF at the end) |
infoln(msg) | Prints an Info-Message |
debug(msg) | Prints an Debug-Message (without CRLF at the end) |
debugln(msg) | Prints an Debug-Message |
verbose(msg) | Prints an Verbose-Message (without CRLF at the end) |
verboseln(msg) | Prints an Verbose-Message |
freeMem() | Prints a Information about the free Memory on the system |
freeMem(prefix, inBytes= false) | Prints a Information about the free Memory on the system, with custom prefix |