module documentation

Log - Logging for Picoware.

Class Log Log class for Picoware.
Constant LOG_MODE_ALL Undocumented
Constant LOG_MODE_REPL Undocumented
Constant LOG_MODE_STORAGE Undocumented
Constant LOG_TYPE_DEBUG Undocumented
Constant LOG_TYPE_ERROR Undocumented
Constant LOG_TYPE_INFO Undocumented
Constant LOG_TYPE_NONE Undocumented
Constant LOG_TYPE_WARN Undocumented
LOG_MODE_ALL =

Undocumented

Value
const(2)
LOG_MODE_REPL =

Undocumented

Value
const(0)
LOG_MODE_STORAGE =

Undocumented

Value
const(1)
LOG_TYPE_DEBUG =

Undocumented

Value
const(3)
LOG_TYPE_ERROR =

Undocumented

Value
const(2)
LOG_TYPE_INFO =

Undocumented

Value
const(0)
LOG_TYPE_NONE =

Undocumented

Value
const((-1))
LOG_TYPE_WARN =

Undocumented

Value
const(1)