Kanzi  3.9.5
Kanzi Engine API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
log.hpp File Reference

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 
 kanzi::interop
 

Functions

KANZI_INTEROP_API void kanzi::interop::logDebug (string_view message, string_view file, size_t line)
 Logs a message to the Debug category with an Info level. More...
 
KANZI_INTEROP_API void kanzi::interop::logError (string_view message, string_view file, size_t line)
 Logs a message to the Generic category with an Error level. More...
 
KANZI_INTEROP_API void kanzi::interop::logInfo (string_view message, string_view file, size_t line)
 Logs a message to the Generic category with an Info level. More...
 
KANZI_INTEROP_API void kanzi::interop::logWarning (string_view message, string_view file, size_t line)
 Logs a message to the Generic category with a Warning level. More...