Package ch.ivyteam.ivy.application
Enum RuntimeLogCategory
- java.lang.Object
-
- java.lang.Enum<RuntimeLogCategory>
-
- ch.ivyteam.ivy.application.RuntimeLogCategory
-
- All Implemented Interfaces:
Serializable
,Comparable<RuntimeLogCategory>
public enum RuntimeLogCategory extends Enum<RuntimeLogCategory>
Category of the runtime log- Since:
- 14.07.2006
- API:
- This is a public API.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BUSINESS_DATA
Runtime log category to log business data relevant thingsCASE_MAP
Runtime log category to log case map relevant thingsCONTENT_MANAGEMENT
Runtime log category to log content management relevant thingsDB
Runtime log category to log database relevant thingsEVENT
Runtime log category to log event bean relevant thingsHTML
Runtime log category to log HTML related thingsHTML_DIALOG
Runtime log category to log html dialog relevant thingsMACRO
Runtime log category to log macro relevant thingsMAIL
Runtime log category to log mail relevant thingsPERSISTENCE
Runtime log category to log database relevant thingsPROCESS
Runtime log category to log process relevant thingsREQUEST
Runtime log category to log request relevant thingsREST_CLIENT
Runtime log category to log rest client relevant thingsUSER
Runtime log category to log from user defined codeWEB_SERVICE
Runtime log category to log web service relevant thingsWEB_SERVICE_PROCESS
Runtime log category to log WS process relevant things
-
-
-
Enum Constant Detail
-
DB
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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
public static final RuntimeLogCategory 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.
-
-