Macros

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_COMPACT_LOGGER_PLUGIN_COMPACT_LOGGER_CLEAR
 plugin compact-logger clear
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_COMPACT_LOGGER_PLUGIN_COMPACT_LOGGER_SET_FACILITY
 plugin compact-logger set-facility [facility:2]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_COMPACT_LOGGER_PLUGIN_COMPACT_LOGGER_SET_SEVERITY
 plugin compact-logger set-severity [severity:1]

Detailed Description

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

Macro Definition Documentation

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_COMPACT_LOGGER_PLUGIN_COMPACT_LOGGER_CLEAR

plugin compact-logger clear

  • Clear the log
#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.
#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.