| |||
| Home > Controlling runtime messages > Controlling the output of logging messages | |||
You can control logging messages from the debugger. By default,
all messages are output to the Console view but you can control
the output and redirection of logging messages by using the log
config and log file debugger commands:
log config=optionSpecifies the type of logging configuration to output runtime messages from the debugger:
Where:
optionSpecifies a predefined logging configuration or a user-defined logging configuration file:
infoOutput messages using the predefined INFO level configuration. This is the default.
debugOutput messages using the predefined DEBUG level configuration.
filenameSpecifies a user-defined logging configuration file to customize the output of messages. The debugger supports log4j configuration files.
log file=filenameOutput messages to a file in addition to the console.
ARM® DS-5™ Debugger Command Reference: