LogLevel for the application

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
public enum LogLevel
Visual Basic
Public Enumeration LogLevel
Visual C++
public enum class LogLevel
F#
type 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