mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-08 17:24:47 +00:00
fix: update log methods to all be consistent
This commit is contained in:
@@ -89,7 +89,7 @@ namespace PepperDash.Essentials.WebSocketServer
|
||||
|
||||
_connectionTime = DateTime.Now;
|
||||
|
||||
Log.Output = (data, message) => Utilities.ConvertWebsocketLog(data, message);
|
||||
Log.Output = (data, message) => Utilities.ConvertWebsocketLog(data, message, this);
|
||||
Log.Level = LogLevel.Trace;
|
||||
|
||||
if (Controller == null)
|
||||
|
||||
Reference in New Issue
Block a user