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