You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docstrings generation was requested by @VictoriousRaptor.
* #2739 (comment)
The following files were modified:
* `Flow.Launcher.Infrastructure/Logger/Log.cs`
* `Flow.Launcher/App.xaml.cs`
/// Configures the file logging rule to capture logs from Debug to Fatal.
76
+
/// </summary>
77
+
/// <remarks>
78
+
/// This method updates the logging configuration by locating the rule named "file" and setting its logging levels to include Debug messages, ensuring detailed log output. It then logs an informational message indicating that the DEBUG log level is now active.
/// Configures the file logging target to record messages from Info to Fatal level and logs an informational message indicating that the INFO log level is in use.
0 commit comments