Now using interpolation strings

This commit is contained in:
Simon Lübeß
2020-12-01 19:29:14 +01:00
parent 6e2c801265
commit e7464118d6
8 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ namespace Sandbox
public override void OnEvent(Event event)
{
Log.ClientLogger.Trace("{}", event);
Log.ClientLogger.Trace($"{event}");
EventDispatcher dispatcher = scope EventDispatcher(event);