LogLevel for the application
Namespace: Com.Tibco.As.SpaceAssembly: 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 name | Value | Description | |
|---|---|---|---|
| NONE | -1 | No logging | |
| FATAL | 0 | Error level logging of fatal errors | |
| ERROR | 1 | Error level logging outputs fatal errors | |
| WARN | 2 | Warning level logging outputs warnings | |
| INFO | 3 | Info level logging outputs debug information | |
| FINE | 4 | Fine level logging outputs debug information | |
| FINER | 5 | Finer level logging outputs debug information | |
| FINEST | 6 | Finest level logging outputs debug information |