1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

c api for setting logging level

This commit is contained in:
Ryan Tharp 2018-06-23 07:52:15 -07:00
parent 38a7c7263e
commit 7545a34213
2 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,7 @@
namespace llarp
{
// probably will need to move out of llarp namespace for c api
enum LogLevel
{
eLogDebug,

2
llarp/logger.c Normal file
View file

@ -0,0 +1,2 @@
#include "logger.h"