- Updated documentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 15:23:12 +02:00
parent cd99b7af99
commit 991a9e4531
1 changed files with 3 additions and 1 deletions

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_;
/**