Plugin Commands: Compact Logger#

The compact-logger plugin contributes CLI commands to the application framework to be used for storing information.

Macros#

#define

plugin compact-logger set-facility [facility:2]

#define

plugin compact-logger set-severity [severity:1]

Macro Definition Documentation#

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_COMPACT_LOGGER_PLUGIN_COMPACT_LOGGER_CLEAR#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_COMPACT_LOGGER_PLUGIN_COMPACT_LOGGER_CLEAR

plugin compact-logger clear

  • Clear the log


Definition at line 2193 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_COMPACT_LOGGER_PLUGIN_COMPACT_LOGGER_SET_FACILITY#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_COMPACT_LOGGER_PLUGIN_COMPACT_LOGGER_SET_FACILITY

plugin compact-logger set-facility [facility:2]

  • Set the facility values messages must meet in order to be logged

    • facility - INT16U - The new facility value.


Definition at line 2199 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_COMPACT_LOGGER_PLUGIN_COMPACT_LOGGER_SET_SEVERITY#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_COMPACT_LOGGER_PLUGIN_COMPACT_LOGGER_SET_SEVERITY

plugin compact-logger set-severity [severity:1]

  • Sets the minimum severity level messages must meet in order to be logged

    • severity - INT8U - The new severity level.


Definition at line 2205 of file ./app/framework/test/headers/cli.doc