Append a new LogOutput class, it's style like Java on Android.
This commit is contained in:
14
inc/hgl/log/LogLevel.h
Normal file
14
inc/hgl/log/LogLevel.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
namespace hgl
|
||||
{
|
||||
enum class LogLevel
|
||||
{
|
||||
Verbose,
|
||||
Info,
|
||||
Hint,
|
||||
Warning,
|
||||
Error,
|
||||
FatalError,
|
||||
};//enum class LogLevel
|
||||
}//namespace hgl
|
Reference in New Issue
Block a user