mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 11:58:19 +02:00
Use lock statement instead of variable to lock logmessages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Logging;
|
||||
|
||||
public class LogMessage
|
||||
public readonly struct LogMessage
|
||||
{
|
||||
public DateTime logTime { get; }
|
||||
public string caller { get; }
|
||||
|
Reference in New Issue
Block a user