add some app infrastructure services

This commit is contained in:
2026-06-07 15:49:43 -05:00
parent 1eb62ed186
commit 30b06e077c
10 changed files with 328 additions and 11 deletions

20
config/sonobulus.cfg Normal file
View File

@@ -0,0 +1,20 @@
Loggers = (
{
Id = "Engine";
FlagsEnabled = (
"Debug",
"Info",
"Warning",
"Error"
);
ShowTime = true;
ShowSourceTrace = false;
CoutEnabled = true;
FileEnabled = true;
FilePath = "Engine.log";
}
);