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

Lifecycle services for logger_t handles. More...

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

Go to the source code of this file.

Functions

void logger_destroy (logger_t **l)
 Destroy a logger handle.
 

Detailed Description

This header exposes the public destruction service for runtime logger_t objects.

Definition in file logger_lifecycle.h.

Function Documentation

◆ logger_destroy()

void logger_destroy ( logger_t **  l)
Parameters
[in,out]lAddress of the logger handle to destroy.

If l == NULL or *l == NULL, this function does nothing. Otherwise, it releases the logger object and sets *l to NULL.

Definition at line 57 of file logger.c.