- Added a TODO to fix some things
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-01 10:16:10 +02:00
parent c0590d133a
commit f2db427ac7
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ public class GoggaLogger : Logger
}
}
// TODO: Alias/meta-programmed based println and dbgLn and yeah
public void print(string message, DebugType debugType, string c1 = __FILE_FULL_PATH__,
string c2 = __FILE__, ulong c3 = __LINE__,
string c4 = __MODULE__, string c5 = __FUNCTION__,