add some app infrastructure services
This commit is contained in:
20
config/sonobulus.cfg
Normal file
20
config/sonobulus.cfg
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
Loggers = (
|
||||
{
|
||||
Id = "Engine";
|
||||
|
||||
FlagsEnabled = (
|
||||
"Debug",
|
||||
"Info",
|
||||
"Warning",
|
||||
"Error"
|
||||
);
|
||||
|
||||
ShowTime = true;
|
||||
ShowSourceTrace = false;
|
||||
CoutEnabled = true;
|
||||
|
||||
FileEnabled = true;
|
||||
FilePath = "Engine.log";
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user