Click or drag to resize
LogLevel Enumeration
LogLevel for the application

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public enum LogLevel
Members
  Member nameValueDescription
NONE-1 No logging
FATAL0 Error level logging of fatal errors
ERROR1 Error level logging outputs fatal errors
WARN2 Warning level logging outputs warnings
INFO3 Info level logging outputs debug information
FINE4 Fine level logging outputs debug information
FINER5 Finer level logging outputs debug information
FINEST6 Finest level logging outputs debug information
See Also