open62541 1.3.14
Open source implementation of OPC UA
Loading...
Searching...
No Matches
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 )(void *context)
 

Detailed Description

Definition at line 39 of file log.h.

Field Documentation

◆ log

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

Definition at line 44 of file log.h.

◆ context

void* UA_Logger::context

Definition at line 47 of file log.h.

◆ clear

void(* UA_Logger::clear) (void *context)

Definition at line 49 of file log.h.


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