Namespaces | |
namespace | kanzi |
namespace | 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. | |
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. | |
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. | |
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. | |