mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-21 00:32:15 +00:00
Added meta data
This commit is contained in:
parent
145b8be2a7
commit
4eea56677c
@ -13,7 +13,12 @@ public sealed class TerminalLogger() : ConsoleFormatter(FORMATTER_NAME)
|
|||||||
public const string FORMATTER_NAME = "AI Studio Terminal Logger";
|
public const string FORMATTER_NAME = "AI Studio Terminal Logger";
|
||||||
|
|
||||||
private static RustService? RUST_SERVICE;
|
private static RustService? RUST_SERVICE;
|
||||||
|
|
||||||
|
// ReSharper disable FieldCanBeMadeReadOnly.Local
|
||||||
|
// ReSharper disable ConvertToConstant.Local
|
||||||
private static bool LOG_TO_STDOUT = true;
|
private static bool LOG_TO_STDOUT = true;
|
||||||
|
// ReSharper restore ConvertToConstant.Local
|
||||||
|
// ReSharper restore FieldCanBeMadeReadOnly.Local
|
||||||
|
|
||||||
// Buffer for early log events before the RustService is available:
|
// Buffer for early log events before the RustService is available:
|
||||||
private static readonly ConcurrentQueue<LogEventRequest> EARLY_LOG_BUFFER = new();
|
private static readonly ConcurrentQueue<LogEventRequest> EARLY_LOG_BUFFER = new();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user