Moved messagePrefix to DllInfo
This commit is contained in:
@@ -114,7 +114,7 @@ public class Logger
|
||||
|
||||
if (fS.Length > limit)
|
||||
{
|
||||
await stream.WriteAsync("\r\n####__EONACATLOGGER_TRUNCATED___####"u8.ToArray()).ConfigureAwait(false);
|
||||
await stream.WriteAsync("\r\n####___TRUNCATED___####"u8.ToArray()).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user