Log commands, prefixed by LOG.
- STATUS:
- Lists information about the various loggers and what levels they are logging.
- STATUS:
- Prints out a message at each of the log levels to test output
- BLOCK <logger> [OFF/n]:
- Lists or sets the block duration for a given logger. LOG BLOCK <logger> OFF, LOG BLOCK <logger> NO, and LOG BLOCK <logger> 0 are equivalent. n should be a non-negative single precision floating point number.
- DEBUG [logger [ON/OFF]]:
- No arguments lists the debug logging settings for all loggers, specifying a logger lists the settings for that logger, and specifying both a logger and a state enables or disables the debug logging for that logger.
- <logger> <priority> <output>: