-
Notifications
You must be signed in to change notification settings - Fork 28
Arguments
Logtools has a standardized set of command-line arguments that applications can use for configuration.
There are five possible verbosity levels: error, warning, notice, verbose, and debug. The default level is "notice".
Decreases logging level. Can be specified once to reduce log level to "warnings", or twice to reduce log level to "errors only". Errors cannot be hidden.
Increases logging level to "verbose".
Increases logging level to "debug".
Records a copy of all log messages to filename.
Same as --logfile, but output is line buffered.
Enables extremely verbose debug trace output for class. Requires --debug.
Example: --debug --trace ARMDebugMemAccessPort.
Makes all console logging go to stdout, regardless of severity. (By default, error/warning messages go to stderr while notice/verbose/debug/trace messages go to stdout).