Logging
LOG_a
Summary
Print an assert log message and stop application execution.
Inputs
- format - a string with format specifiers
- ... - variable values to insert in the resulting string
Synopsis
Logging
CPPWrapped for easier reading. Turn wrap off to inspect exact line lengths.
LOG_e
Summary
Print an error log message.
Inputs
- format - a string with format specifiers
- ... - variable values to insert in the resulting string
Synopsis
Logging
CPPWrapped for easier reading. Turn wrap off to inspect exact line lengths.
LOG_w
Summary
Print a warning log message.
Inputs
- format - a string with format specifiers
- ... - variable values to insert in the resulting string
Synopsis
Logging
CPPWrapped for easier reading. Turn wrap off to inspect exact line lengths.
LOG_i
Summary
Print an information log message.
Inputs
- format - a string with format specifiers
- ... - variable values to insert in the resulting string
Synopsis
Logging
CPPWrapped for easier reading. Turn wrap off to inspect exact line lengths.
LOG_d
Summary
Print a debug log message.
Inputs
- format - a string with format specifiers
- ... - variable values to insert in the resulting string
Synopsis
Logging
CPPWrapped for easier reading. Turn wrap off to inspect exact line lengths.
LOG_v
Summary
Print a verbose log message.
Inputs
- format - a string with format specifiers
- ... - variable values to insert in the resulting string
Synopsis
Logging
CPPWrapped for easier reading. Turn wrap off to inspect exact line lengths.