Enum OpenVpnLogLevel
Enum OpenVpnLogLevel. Refers to what level of logging OpenVPN should use.
Namespace: VpnSDK.Enums
Assembly: cs.temp.dll.dll
Syntax
public enum OpenVpnLogLevel
Fields
Name | Description |
---|---|
Fatal | Fatal errors only. |
Info | Standard information. |
Normal | Normal logging level. |
PacketDebug | Debug logging with per-packet info. |
Trace | Extreme trace debugging, do not use this unless you know what you are doing. |
VerboseDebug | Verbose debugging. This should be avoided. |