Click or drag to resize
LogLevelEnum Enumeration

[This is preliminary documentation and is subject to change.]

Requested log level

Namespace: Netadmin.Management.Assembly.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public enum LogLevelEnum
Members
  Member nameValueDescription
Disabled0 No logging
Execution_Exception1 log on error with debug data
Execution_All_Debug2 log all with debug data
Execution_All_Output3 log all with debug data and output
See Also