open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
UA_Logger Struct Reference

#include <log.h>

Data Fields

void(* log )(void *logContext, UA_LogLevel level, UA_LogCategory category, const char *msg, va_list args)
 
void * context
 
void(* clear )(struct UA_Logger *logger)
 

Detailed Description

Definition at line 44 of file log.h.

Field Documentation

◆ clear

void(* UA_Logger::clear) (struct UA_Logger *logger)

Definition at line 54 of file log.h.

◆ context

void* UA_Logger::context

Definition at line 52 of file log.h.

◆ log

void(* UA_Logger::log) (void *logContext, UA_LogLevel level, UA_LogCategory category, const char *msg, va_list args)

Definition at line 49 of file log.h.


The documentation for this struct was generated from the following file: