Function startlog
Defined in File PDJE_LOG_SETTER.hpp
Function Documentation
-
inline void startlog()
Initializes the logging system.
This function sets up a global logger with both a file sink and a console sink. The log level is set to
debug
in debug builds anderr
in release builds.