create project structure
This commit is contained in:
13
include/LLog.h
Normal file
13
include/LLog.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef LLog_H
|
||||
#define LLog_H
|
||||
|
||||
enum lLogLevel {
|
||||
lINFO,
|
||||
lWARNING,
|
||||
lERROR,
|
||||
lDEBUG
|
||||
};
|
||||
|
||||
void lLog(enum lLogLevel LOG_LEVEL, char* MESSAGE);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user