Kanzi  3.9.2
Kanzi Engine API
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)
 Logs a message to the Debug category with an Info level. More...
 
KANZI_INTEROP_API void kanzi::interop::logError (string_view message)
 Logs a message to the Generic category with an Error level. More...
 
KANZI_INTEROP_API void kanzi::interop::logInfo (string_view message)
 Logs a message to the Generic category with an Info level. More...
 
KANZI_INTEROP_API void kanzi::interop::logWarning (string_view message)
 Logs a message to the Generic category with a Warning level. More...