1
0
mirror of https://github.com/deavmi/dlog.git synced 2024-07-27 10:30:39 +02:00
- Updated documentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 15:23:12 +02:00
parent cd99b7af99
commit 991a9e4531

View File

@ -330,7 +330,9 @@ public class Logger
logc(defaultContext, messageOut, c1, c2, c3, c4, c5, c6);
}
/* You can also call using `dbg` */
/**
* Alias for debug_
*/
public alias dbg = debug_;
/**