...
nv.sol Trace Level | CCSMP Trace Level |
---|---|
SEVERE | "error"ERROR |
WARNING | "warn"WARNING |
INFO | "notice"NOTICE |
CONFIG | "notice"NOTICE |
FINE | "info"INFO |
FINER | "info"INFO |
DIAGNOSE | "info"INFO |
VERBOSE | "info"INFO |
FINEST | "debug"DEBUG |
DEBUG | "debug"DEBUG |
ALL | "debug"DEBUG |
OFF | - |
Regarding step 3, the binding uses the following table to determine the level used by the binding to log the message with the nv.sol logger
CCSMP Trace Message Level | nv.sol Trace Message Level |
---|---|
CRITICAL | SEVERE |
ERROR | SEVERE |
WARNING | WARNING |
NOTICE | INFO |
INFO | FINE |
DEBUG | FINEST |
...