#include "cantera/base/config.h"
#include <stdlib.h>
Go to the source code of this file.
|
| typedef void(* | LogCallback) (enum LogLevel logLevel, const char *category, const char *message) |
| | Represents a callback that is invoked to produce log output.
|
| |
|
| enum | LogLevel { INFO
, WARN
, ERROR
} |
| |
◆ CANTERA_CAPI
◆ ERR
◆ DERR
◆ LogCallback
| typedef void(* LogCallback) (enum LogLevel logLevel, const char *category, const char *message) |
Represents a callback that is invoked to produce log output.
Definition at line 32 of file clib_defs.h.
◆ LogLevel