Tags give the ability to mark specific points in history as being important
-
-
v8.90
b001d37e · ·- All classes use fully qualified name from `internal namespace` - Removed unnecessary macro checks while undefining macros - Added `#undef`s for conditional and interval level based macros - Updated message when logger is not configured
-
-
-
-
-
v8.76
6a9d1118 · ·- Introduced `VLOG(verboseLevel)`, `CVLOG(verboseLevel, logger)`, `VLOG_IF`, `VLOG_EVERY_N`, CVLOG_IF`, `CVLOG_EVERY_N` for verbose logging to be more compatible with other major logging libraries - Introduced `VLOG_IS_ON(verboseLevel)` to check if specific verbose level is on - Some code improvements by inlining some code
-
-
v8.72
538577da · ·- Added `CLOG(LEVEL, LoggerId)` macro for sensable name for custom loggers - these macro uses `C##LEVEL` macros - `LOG(LEVEL)` now uses newly `CLOG` macros
-
-
-
-
-
-
-