mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-19 09:25:28 +00:00
for cSetLogLevel
This commit is contained in:
parent
ede0cb4772
commit
4da70701e2
23
include/llarp/logger.h
Normal file
23
include/llarp/logger.h
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
#ifndef LLARP_LOGGER_H
|
||||||
|
#define LLARP_LOGGER_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
enum LogLevel
|
||||||
|
{
|
||||||
|
eLogDebug,
|
||||||
|
eLogInfo,
|
||||||
|
eLogWarn,
|
||||||
|
eLogError
|
||||||
|
};
|
||||||
|
|
||||||
|
void
|
||||||
|
cSetLogLevel(enum LogLevel lvl);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user