Enum Class RuntimeLogCategory

java.lang.Object
java.lang.Enum<RuntimeLogCategory>
ch.ivyteam.ivy.application.RuntimeLogCategory
All Implemented Interfaces:
Serializable, Comparable<RuntimeLogCategory>, java.lang.constant.Constable

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
    Runtime log category to log business data relevant things
    Runtime log category to log case map relevant things
    Runtime log category to log content management relevant things
    Runtime log category to log database relevant things
    Runtime log category to log event bean relevant things
    Runtime log category to log HTML related things
    Runtime log category to log html dialog relevant things
    Runtime log category to log macro relevant things
    Runtime log category to log mail relevant things
    Runtime log category to log database relevant things
    Runtime log category to log process relevant things
    Runtime log category to log request relevant things
    Runtime log category to log rest client relevant things
    Runtime log category to log from user defined code
    Runtime log category to log web service relevant things
    Runtime log category to log WS process relevant things
  • Enum Constant Details

    • DB

      public static final RuntimeLogCategory DB
      Runtime log category to log database relevant things
      API:
      This public API is available in Java.
    • PERSISTENCE

      public static final RuntimeLogCategory PERSISTENCE
      Runtime log category to log database relevant things
      API:
      This public API is available in Java.
    • REQUEST

      public static final RuntimeLogCategory REQUEST
      Runtime log category to log request relevant things
      API:
      This public API is available in Java.
    • WEB_SERVICE

      public static final RuntimeLogCategory WEB_SERVICE
      Runtime log category to log web service relevant things
      API:
      This public API is available in Java.
    • MACRO

      public static final RuntimeLogCategory MACRO
      Runtime log category to log macro relevant things
      API:
      This public API is available in Java.
    • MAIL

      public static final RuntimeLogCategory MAIL
      Runtime log category to log mail relevant things
      API:
      This public API is available in Java.
    • PROCESS

      public static final RuntimeLogCategory PROCESS
      Runtime log category to log process relevant things
      API:
      This public API is available in Java.
    • 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 Java.
    • CONTENT_MANAGEMENT

      public static final RuntimeLogCategory CONTENT_MANAGEMENT
      Runtime log category to log content management relevant things
      API:
      This public API is available in Java.
    • HTML

      public static final RuntimeLogCategory HTML
      Runtime log category to log HTML related things
      API:
      This public API is available in Java.
    • EVENT

      public static final RuntimeLogCategory EVENT
      Runtime log category to log event bean relevant things
      API:
      This public API is available in Java.
    • USER

      public static final RuntimeLogCategory USER
      Runtime log category to log from user defined code
      API:
      This public API is available in Java.
    • HTML_DIALOG

      public static final RuntimeLogCategory HTML_DIALOG
      Runtime log category to log html dialog relevant things
      API:
      This public API is available in Java.
    • BUSINESS_DATA

      public static final RuntimeLogCategory BUSINESS_DATA
      Runtime log category to log business data relevant things
      API:
      This public API is available in Java.
    • REST_CLIENT

      public static final RuntimeLogCategory REST_CLIENT
      Runtime log category to log rest client relevant things
      API:
      This public API is available in Java.
    • CASE_MAP

      public static final RuntimeLogCategory CASE_MAP
      Runtime log category to log case map relevant things
      API:
      This public API is available in Java.