Package ch.ivyteam.ivy.application
Enum Class RuntimeLogCategory
- All Implemented Interfaces:
Serializable
,Comparable<RuntimeLogCategory>
,java.lang.constant.Constable
Category of the runtime log
- Since:
- 14.07.2006
- API:
- This is a public API.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRuntime log category to log business data relevant thingsRuntime log category to log case map relevant thingsRuntime log category to log content management relevant thingsRuntime log category to log database relevant thingsRuntime log category to log event bean relevant thingsRuntime log category to log HTML related thingsRuntime log category to log html dialog relevant thingsRuntime log category to log macro relevant thingsRuntime log category to log mail relevant thingsRuntime log category to log database relevant thingsRuntime log category to log process relevant thingsRuntime log category to log request relevant thingsRuntime log category to log rest client relevant thingsRuntime log category to log from user defined codeRuntime log category to log web service relevant thingsRuntime log category to log WS process relevant things
-
Enum Constant Details
-
DB
Runtime log category to log database relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
PERSISTENCE
Runtime log category to log database relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
REQUEST
Runtime log category to log request relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
WEB_SERVICE
Runtime log category to log web service relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
MACRO
Runtime log category to log macro relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
MAIL
Runtime log category to log mail relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
PROCESS
Runtime log category to log process relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
WEB_SERVICE_PROCESS
Runtime log category to log WS process relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
CONTENT_MANAGEMENT
Runtime log category to log content management relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
HTML
Runtime log category to log HTML related things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
EVENT
Runtime log category to log event bean relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
USER
Runtime log category to log from user defined code- API:
- This public API is available in IvyScript and Java. It has the visibility NOVICE.
-
HTML_DIALOG
Runtime log category to log html dialog relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
BUSINESS_DATA
Runtime log category to log business data relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
REST_CLIENT
Runtime log category to log rest client relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
CASE_MAP
Runtime log category to log case map relevant things- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-