yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
log_vendor_extern.h File Reference

Logging manager vendor API registration. More...

#include <stdio.h>
#include <xmlstring.h>
#include "procdefs.h"
#include "status.h"
#include "log.h"
#include "log_util.h"
Include dependency graph for log_vendor_extern.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* logfn_vendor_init1_t) (boolean pre_cli)
 Vendor Logging Init1 Callback. More...
 
typedef void(* logfn_vendor_send_t) (log_debug_app_t app, log_debug_t level, const char *fstr, va_list args)
 Vendor Logging Send Callback. More...
 
typedef void(* logfn_vendor_cleanup_t) (void)
 Vendor Logging Cleanup Callback. More...
 

Functions

void log_vendor_extern_register_send_fn (logfn_vendor_send_t new_vendor_logfn)
 Register vendor function to accept YumaPro log output stream (mandatory) More...
 

Detailed Description

Logging manager vendor API registration.