Enum LogLevel

Defines the possible library log levels

Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public enum LogLevel

Fields

Name Description
Debug

Log debug and above

Error

Log only errors

Info

Log info and above

Off

Disable logging

Trace

Log trace and above

Warning

Log warnings and above