open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
log_stdout.h
Go to the documentation of this file.
1/** This work is licensed under a Creative Commons CCZero 1.0 Universal License.
2 * See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
3 *
4 * Copyright 2016, 2018 (c) Fraunhofer IOSB (Author: Julius Pfrommer)
5 */
6
7#ifndef UA_LOG_STDOUT_H_
8#define UA_LOG_STDOUT_H_
9
11
13
14extern const UA_Logger UA_Log_Stdout_; /* Logger structure */
15extern const UA_Logger *UA_Log_Stdout; /* Shorthand pointer */
16
17UA_EXPORT UA_Logger
19
21
22#endif /* UA_LOG_STDOUT_H_ */
#define _UA_BEGIN_DECLS
#undef UA_DEBUG_DUMP_PKGS
Definition config.h:89
#define _UA_END_DECLS
Definition config.h:96
UA_LogLevel
This Source Code Form is subject to the terms of the Mozilla Public License, v.
Definition log.h:20
_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)
const UA_Logger * UA_Log_Stdout