mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-18 09:17:52 +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