LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
logger_types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct logger_t logger_t
 

Enumerations

enum  logger_status_t {
  LOGGER_STATUS_OK = 0 , LOGGER_STATUS_INVALID , LOGGER_STATUS_IO_ERROR , LOGGER_STATUS_NO_BACKEND ,
  LOGGER_STATUS_OOM
}
 

Typedef Documentation

◆ logger_t

typedef struct logger_t logger_t

Definition at line 12 of file logger_types.h.

Enumeration Type Documentation

◆ logger_status_t

Enumerator
LOGGER_STATUS_OK 
LOGGER_STATUS_INVALID 
LOGGER_STATUS_IO_ERROR 
LOGGER_STATUS_NO_BACKEND 
LOGGER_STATUS_OOM 

Definition at line 14 of file logger_types.h.