nabto_device_log_severity_as_string()

DESCRIPTION

Convert the log level to a string. The returned pointer must not be freed.

DECLARATION

NABTO_DEVICE_DECL_PREFIX const char* NABTO_DEVICE_API
nabto_device_log_severity_as_string(NabtoDeviceLogLevel severity)

PARAMETERS

severity:
[in] The severity.

RETURNS

the null terminated string representation of the severity.