From d7841fb9cd4cb0fce19907e64082a8cb9cfe8feb Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Tue, 11 May 2021 09:30:13 +0200 Subject: [PATCH] Updated Logging (markdown) --- Logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logging.md b/Logging.md index 704d843..4f3fbcc 100644 --- a/Logging.md +++ b/Logging.md @@ -11,7 +11,7 @@ Logger logger = new Logger(LogTarget.ConsoleAndFile, "events.log", "{:HH:mm:ss} | {,-7} | {,-15} | {}"); ``` -#### Methods +### Methods * Log * Description: Log the message to the specified output