Class LoggerMinimumLevelConfig
Use to set the minimum log level that you want to use.
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
public class LoggerMinimumLevelConfig
Properties
Name | Description |
---|---|
Get | Returns currently set minimal level |
Methods
Name | Description |
---|---|
Debug() | Sets minimal level to Debug |
Error() | Sets minimal level to Error |
Fatal() | Sets minimal level to Fatal |
Info() | Sets minimal level to Info |
Set(LogLevel) | Sets minimal level of logs |
Verbose() | Sets minimal level to Verbose |
Warning() | Sets minimal level to Warning |