MU Library
logger.hpp
Go to the documentation of this file.
1 // SPDX-License-Identifier: Apache-2.0
2 // Copyright 2024 XCENA Inc.
3 
4 #pragma once
5 
7 
8 namespace mu
9 {
10 
22 int logPrintf(const char* format, ...);
23 
36 int logPrintf(LogLevel level, const char* format, ...);
37 
38 } // namespace mu
Definition: assert.hpp:9
int logPrintf(const char *format,...)
Prints a formatted log message.