Cantera  3.1.0a1
clib_defs.h File Reference
#include "cantera/base/config.h"
#include <stdlib.h>
Include dependency graph for clib_defs.h:
This graph shows which files directly or indirectly include this file:

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. More...
 

Enumerations

enum  LogLevel { INFO , WARN , ERROR }
 

Typedef Documentation

◆ 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.