Fixed the Logging system to actually be able to handle errors. Database is also fixed to use directories.

This commit is contained in:
2024-04-23 22:29:49 -07:00
parent 2734cc00fb
commit f030ac62ae
61 changed files with 884 additions and 602 deletions

View File

@@ -1075,7 +1075,7 @@ namespace ehs
return result;
}
template<typename T, typename O>
template<typename T = Char_8, typename O = UInt_64>
Str<T, O> ReadStr(O size = 0)
{
bool sizeKnown = size;