SAE Teensy ECU
IIT SAE Microcontroller programming
|
Configuration file for the Log Module. More...
#include "ECUGlobalConfig.h"
Go to the source code of this file.
Macros | |
#define | CONF_LOGGING_ENABLE_TIMESTAMP |
If this is defined, calls to log will include a millis timestamp. | |
#define | CONF_LOGGING_MAX_LEVEL 5 |
This define sets the global logging level, any level not included is not printed 0 No Logging - 1 Errors - 2 Warnings - 3 Normal - 4 Info - 5 Debug. | |
#define | CONF_LOGGING_MAPPED_MODE 0 |
Used to determine how to interpret function calls. | |
Configuration file for the Log Module.
The only two options that should only really be modified are CONF_LOGGING_ENABLE_TIMESTAMP
and CONF_LOGGING_MAX_LEVEL
.
Commenting out CONF_LOGGING_ENABLE_TIMESTAMP
will disable time stamp printing when in ASCII mode.
Changing the value of CONF_LOGGING_MAX_LEVEL changes which log levels are actually printed.
Definition in file LogConfig.def.
#define CONF_LOGGING_ENABLE_TIMESTAMP |
If this is defined, calls to log will include a millis timestamp.
Definition at line 31 of file LogConfig.def.
#define CONF_LOGGING_MAPPED_MODE 0 |
Used to determine how to interpret function calls.
Definition at line 43 of file LogConfig.def.
#define CONF_LOGGING_MAX_LEVEL 5 |
This define sets the global logging level, any level not included is not printed 0 No Logging - 1 Errors - 2 Warnings - 3 Normal - 4 Info - 5 Debug.
Definition at line 37 of file LogConfig.def.