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