Skip to content

File include/brisk/core/Log.hpp


applog function (Internal::applog)

spdlog::logger &applog()

Retrieves the application logger instance.

This function provides access to the application's logger, which is configured to handle logging throughout the Brisk namespace.
Returns A reference to the application logger (an instance of spdlog::logger).


logFlush function

inline void logFlush()

Flushes the logger.

Forces the logger to flush its internal buffer, ensuring that all log messages are written to the output.


initializeLogs function

void initializeLogs()

Initializes the logging system.

This function sets up the logging system and prints Brisk version to the log.


Auto-generated from sources, Revision , https://github.com/brisklib/brisk/blob//include/brisk/