#include <basis/log_base.h>Include dependency graph for implem_only.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | BASE_LOG(to_print) EMERGENCY_LOG(program_wide_logger(), to_print) |
| logs a string without any additional info. | |
| #define | LOG(to_print) CLASS_EMERGENCY_LOG(program_wide_logger(), to_print) |
| logs a string and includes the timestamp and class/method location. | |
| #define BASE_LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger(), to_print) |
| #define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), to_print) |
logs a string and includes the timestamp and class/method location.
Definition at line 31 of file implem_only.h.
1.5.1