LoggerManager.ListLevels method
List all switches and their current levels.
public static IReadOnlyDictionary<string, LogEventLevel> ListLevels()
Return Value
A dictionary of logger names and their minimum levels.
See Also
- class LoggerManager
- namespace Kestrun.Logging