LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
logger_default_handle.h File Reference

Private backend handle definition for the logger_default adapter. More...

Include dependency graph for logger_default_handle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  logger_default_t
 Private backend handle for the logger_default adapter. More...
 

Typedefs

typedef struct logger_default_t logger_default_t
 Private backend handle for the logger_default adapter.
 

Detailed Description

This header exposes the private in-memory backend handle used by the logger_default adapter implementation.

Definition in file logger_default_handle.h.

Typedef Documentation

◆ logger_default_t

This structure stores:

  • the target stream used by the adapter,
  • the time operations used to obtain timestamps,
  • the adapter runtime behavior flags,
  • the memory operations used for backend destruction.