BearParser
Portable Executable parsing library (from PE-bear)
Loading...
Searching...
No Matches
Logger Namespace Reference

Enumerations

enum  dbg_level { D_ERROR = 0 , D_WARNING , D_INFO , D_LVL_COUNT }
 

Functions

bool append (dbg_level lvl, const char *format,...)
 

Enumeration Type Documentation

◆ dbg_level

Enumerator
D_ERROR 
D_WARNING 
D_INFO 
D_LVL_COUNT 

Definition at line 25 of file Util.h.

Function Documentation

◆ append()

bool Logger::append ( dbg_level lvl,
const char * format,
... )

Definition at line 8 of file Util.cpp.