Contents
namespace solace.LogLevel
Represents a log level enumeration.
Static Properties & Enumerations Top
Number |
DEBUG
= 4
| ||
Number |
ERROR
= 1
| ||
Number | FATAL | ||
Number |
INFO
= 3
| ||
Number |
TRACE
= 5
| ||
Number |
WARN
= 2
|
Static Properties & Enumerations Detail Top
static
public
Number
DEBUG
= 4
4
Debug. The highest (least) level of debug logs. Debug logs provide an overview of the API operation.
static
public
Number
ERROR
= 1
1
Error. An internal error to the API or Solace Message Router.
static
public
Number
FATAL
Fatal. Rserved for unrecoverable errors.
static
public
Number
INFO
= 3
3
Info. An unexpected event or occurrence that does not affect the sane operation of the SDK or application.
static
public
Number
TRACE
= 5
5
Trace. The loweest (most verbose) level of debug logs.
static
public
Number
WARN
= 2
2
Warn. An external error which may be caused by the application passing invalid arguments or objects to the API. Often accompanied by an thrown exception.