Foundation
Loading...
Searching...
No Matches
Logging.hpp
Go to the documentation of this file.
1#pragma once
2#include <Core/Logging.hpp>
3
5void WriteLog(LogLevel level, const char* tag, double seconds, const char* formatted);
6void Print(const char* formatted, bool flush);
7} // namespace Foundation::Platform
LogLevel
Definition Logging.hpp:13
void Print(fmt::format_string< Args... > format, Args &&... args)
Definition Logging.hpp:64
Definition Logging.hpp:4
void WriteLog(LogLevel level, const char *tag, double seconds, const char *formatted)
Definition LoggingAndroid.cpp:8