mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Added new line to EditorLogger
This commit is contained in:
@@ -111,7 +111,7 @@ public class EditorLogger : Logger
|
|||||||
String message = scope String(4096);
|
String message = scope String(4096);
|
||||||
message.AppendF(format, params args);
|
message.AppendF(format, params args);
|
||||||
|
|
||||||
Debug.Write($"[{timestamp:HH:mm:ss.fff}] ({_name})|{level.UpperString}: {message}");
|
Debug.Write($"[{timestamp:HH:mm:ss.fff}] ({_name})|{level.UpperString}: {message}\n");
|
||||||
|
|
||||||
if (Editor.Instance == null)
|
if (Editor.Instance == null)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user