#include "cantera/base/config.h"
#include <stdlib.h>
Go to the source code of this file.
|
#define | CANTERA_CAPI |
|
#define | ERR -999 |
|
#define | DERR -999.999 |
|
|
typedef void(* | LogCallback) (enum LogLevel logLevel, const char *category, const char *message) |
| Represents a callback that is invoked to produce log output. More...
|
|
|
enum | LogLevel { INFO
, WARN
, ERROR
} |
|
◆ 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.