open62541
1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
doc
open62541
plugins
include
open62541
plugin
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
10
#include <
open62541/plugin/log.h
>
11
12
_UA_BEGIN_DECLS
13
14
extern
const
UA_Logger
UA_Log_Stdout_
;
/* Logger structure */
15
extern
const
UA_Logger
*
UA_Log_Stdout
;
/* Shorthand pointer */
16
17
UA_EXPORT
UA_Logger
18
UA_Log_Stdout_withLevel
(
UA_LogLevel
minlevel);
19
20
_UA_END_DECLS
21
22
#endif
/* UA_LOG_STDOUT_H_ */
_UA_BEGIN_DECLS
#define _UA_BEGIN_DECLS
#undef UA_DEBUG_DUMP_PKGS
Definition
config.h:89
_UA_END_DECLS
#define _UA_END_DECLS
Definition
config.h:96
log.h
UA_LogLevel
UA_LogLevel
This Source Code Form is subject to the terms of the Mozilla Public License, v.
Definition
log.h:20
UA_Log_Stdout_
_UA_BEGIN_DECLS const UA_Logger UA_Log_Stdout_
This work is licensed under a Creative Commons CCZero 1.0 Universal License.
UA_Log_Stdout_withLevel
UA_EXPORT UA_Logger UA_Log_Stdout_withLevel(UA_LogLevel minlevel)
UA_Log_Stdout
const UA_Logger * UA_Log_Stdout
UA_Logger
Definition
log.h:39
Generated by
1.11.0