LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
logging.h File Reference
#include <stdint.h>
#include "LIEF/visibility.h"
Include dependency graph for logging.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void lief_logging_disable (void)
 Disable the logging module.
 
void lief_logging_enable (void)
 Enable the logging module globally.
 
void lief_logging_set_level (uint32_t level)
 Update logging level.
 

Function Documentation

◆ lief_logging_disable()

void lief_logging_disable ( void )

Disable the logging module.

◆ lief_logging_enable()

void lief_logging_enable ( void )

Enable the logging module globally.

◆ lief_logging_set_level()

void lief_logging_set_level ( uint32_t level)

Update logging level.