luasandbox
1.4.0
Generic Lua sandbox for dynamic data analysis
|
Error handling and logging. More...
Go to the source code of this file.
Classes | |
struct | lsb_logger |
Macros | |
#define | lsb_err_string(s) s ? s : "<no error>" |
Typedefs | |
typedef const char | lsb_err_id[] |
typedef const char * | lsb_err_value |
typedef void(* | lsb_logger_cb) (void *context, const char *component, int level, const char *fmt,...) |
typedef struct lsb_logger | lsb_logger |
Error handling and logging.
Definition in file error.h.
typedef const char* lsb_err_value |
typedef struct lsb_logger lsb_logger |