mirror of
https://github.com/Stone-Red-Code/Stone_Red-C-Sharp-Utilities.git
synced 2026-09-08 09:25:59 +02:00
Updated Logging (markdown)
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
Logger logger = new Logger(LogTarget.ConsoleAndFile, "events.log", "{<dateTime>:HH:mm:ss} | {<level>,-7} | {<source>,-15} | {<message>}");
|
Logger logger = new Logger(LogTarget.ConsoleAndFile, "events.log", "{<dateTime>:HH:mm:ss} | {<level>,-7} | {<source>,-15} | {<message>}");
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Methods
|
### Methods
|
||||||
|
|
||||||
* Log
|
* Log
|
||||||
* Description: Log the message to the specified output
|
* Description: Log the message to the specified output
|
||||||
|
|||||||
Reference in New Issue
Block a user