Logger (WIP)
This commit is contained in:
parent
9467616f11
commit
9d4c02745d
|
@ -0,0 +1,8 @@
|
||||||
|
namespace InnovEnergy.Lib.Logging;
|
||||||
|
|
||||||
|
public readonly record struct LogMessage
|
||||||
|
(
|
||||||
|
String Message,
|
||||||
|
HashSet<String> Tags,
|
||||||
|
Dictionary<String, String> Properties
|
||||||
|
);
|
Loading…
Reference in New Issue