

0.75 x 2^t where t is days0.75 x 2^tt{"@t":"2024-05-26T21:02:47.1172670Z","@mt":"Logging system initialized","@l":"Debug"}
{"@t":"2024-05-26T21:02:50.3756520Z","@mt":"This is a fatal message","@l":"Fatal"}
{"@t":"2024-05-26T21:02:50.5357310Z","@mt":"This is a fatal message","@l":"Fatal"} public override void _Ready()
{
Log.Logger = new LoggerConfiguration()
#if DEBUG
.MinimumLevel.Verbose()
#endif
.WriteTo.File(new CompactJsonFormatter(), "./.bin/logs/log_.json", rollingInterval: RollingInterval.Day,
rollOnFileSizeLimit: true)
// .WriteTo.Godot()
// .WriteTo.InMemory(_events)
.CreateLogger();
Log.Debug("Logging system initialized");
}
public override void _ExitTree()
{
Log.CloseAndFlush();
}[
{"@t":"2024-05-26T21:02:47.1172670Z","@mt":"Logging system initialized","@l":"Debug"},
{"@t":"2024-05-26T21:02:50.3756520Z","@mt":"This is a fatal message","@l":"Fatal"},
{"@t":"2024-05-26T21:02:50.5357310Z","@mt":"This is a fatal message","@l":"Fatal"}
]