14namespace Azure {
namespace Core {
namespace Diagnostics {
46 static void SetListener(std::function<
void(
Level level, std::string
const& message)> listener);
Log message handler.
Definition logger.hpp:18
static void SetLevel(Level level)
Sets the log message level an application is interested in receiving.
Definition logger.cpp:53
static void SetListener(std::function< void(Level level, std::string const &message)> listener)
Sets the function that will be invoked to report an Azure SDK log message.
Definition logger.cpp:45
Level
Log message level.
Definition logger.hpp:26
@ Warning
Logging level when a function fails to perform its intended task.
@ Informational
Logging level when a function operates normally.
@ Error
Logging level for failures that the application is unlikely to recover from.
@ Verbose
Logging level for detailed troubleshooting scenarios.
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
Definition azure_assert.hpp:57