1
0
mirror of https://github.com/deavmi/gogga synced 2024-09-21 09:43:45 +02:00
- 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

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__, public void print(string message, DebugType debugType, string c1 = __FILE_FULL_PATH__,
string c2 = __FILE__, ulong c3 = __LINE__, string c2 = __FILE__, ulong c3 = __LINE__,
string c4 = __MODULE__, string c5 = __FUNCTION__, string c4 = __MODULE__, string c5 = __FUNCTION__,