7#ifndef UA_LOG_STDOUT_H_
8#define UA_LOG_STDOUT_H_
#define _UA_BEGIN_DECLS
#undef UA_DEBUG_DUMP_PKGS
UA_LogLevel
This Source Code Form is subject to the terms of the Mozilla Public License, v.
UA_EXPORT UA_Logger * UA_Log_Stdout_new(UA_LogLevel minlevel)
Allocates memory for the logger.
_UA_BEGIN_DECLS const UA_Logger UA_Log_Stdout_
This work is licensed under a Creative Commons CCZero 1.0 Universal License.
UA_EXPORT UA_Logger UA_Log_Stdout_withLevel(UA_LogLevel minlevel)
Returns a logger for messages up to the specified level.
const UA_Logger * UA_Log_Stdout