1
0
mirror of https://github.com/deavmi/dlog.git synced 2024-07-27 05:50:28 +02:00
- 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

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