From 77448e324509e34ac1cea60e55b3367a41823c31 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 2 Mar 2023 11:12:35 +0200 Subject: [PATCH] Logger - Allow calling `debug_(TextType...)(TextType)` using `dbg` --- source/dlog/core.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/dlog/core.d b/source/dlog/core.d index 0bfc892..5b6189b 100644 --- a/source/dlog/core.d +++ b/source/dlog/core.d @@ -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