public static class SolEnum.LogLevel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALERT
This level is not used by the API.
|
static int |
CRITICAL
A serious error that can make the API unusable.
|
static int |
DEBUG
Debugging information generally useful to API developers (very
verbose).
|
static int |
EMERGENCY
This level is not used by the API.
|
static int |
ERROR
An unexpected condition within the API that can affect its operation.
|
static int |
INFO
Informational messages about the normal operation of the API.
|
static int |
NOTICE
Significant informational messages about the unusual operation of the
API.
|
static int |
WARNING
An input error to the API that is not expected to affect its
operation.
|
Constructor and Description |
---|
LogLevel() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int fieldValue) |
public static final int EMERGENCY
public static final int ALERT
public static final int CRITICAL
public static final int ERROR
public static final int WARNING
public static final int NOTICE
public static final int INFO
public static final int DEBUG
Copyright 2004-2024 Solace Corporation. All rights reserved.