- Allow calling `debug_(TextType...)(TextType)` using `dbg`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-02 11:12:35 +02:00
parent d58c4076ed
commit 77448e3245
1 changed files with 3 additions and 0 deletions

View File

@ -331,6 +331,9 @@ public class Logger
/* Call the log */
logc(defaultContext, messageOut, c1, c2, c3, c4, c5, c6);
}
/* You can also call using `dbg` */
public alias dbg = debug_;
/**
* Logging implementation, this is where the final