Table of Contents

Class LoggingManagerConfig

Namespace
FishMMO.Logging
Assembly
FishMMO-Logger.dll

Configuration for the LoggingManager itself.

public class LoggingManagerConfig
Inheritance
LoggingManagerConfig
Inherited Members

Properties

ConsoleAllowedLevels

The set of log levels that will be displayed on the console. If null or empty, no logs will be displayed on the console. Default: All levels from Critical to Verbose.

public HashSet<LogLevel> ConsoleAllowedLevels { get; set; }

Property Value

HashSet<LogLevel>