log_callback_fn is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

log_callback_fn

Syntax

typedef void (*log_callback_fn)(void *priv, const char *file, unsigned line, const char *function, const char *string);

References

LocationReferrerText
log.h:76
typedef void (*log_callback_fn)(void *priv, const char *file, unsigned line,
log.c:297log_add_callback()
int log_add_callback(log_callback_fn fn, void *priv)
log.c:322log_remove_callback()
int log_remove_callback(log_callback_fn fn, void *priv)
log.h:80
log_callback_fn fn;
log.h:85
int log_add_callback(log_callback_fn fn, void *priv);
log.h:86
int log_remove_callback(log_callback_fn fn, void *priv);