public interface IlpDataSourceDebugMask
Modifier and Type | Field and Description |
---|---|
static int |
ALL_MASK
Update mask: logs a message and throws an exception in case an operation
can not be performed.
|
static int |
EXCEPTION_MASK
Update mask: throws an exception in case an operation can not be
performed.
|
static int |
LOGGER_MASK
Update mask: logs a message on the data source logger in case an
operation can not be performed.
|
static int |
NONE_MASK
Debug mask: do not log nor throw exceptions in case a datasource
operation can not be accomplished.
|
static final int NONE_MASK
static final int LOGGER_MASK
static final int EXCEPTION_MASK
static final int ALL_MASK
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.