Enum RuntimeLogCategory

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BUSINESS_DATA
      Runtime log category to log business data relevant things
      CASE_MAP
      Runtime log category to log case map relevant things
      CONTENT_MANAGEMENT
      Runtime log category to log content management relevant things
      DB
      Runtime log category to log database relevant things
      EVENT
      Runtime log category to log event bean relevant things
      HTML
      Runtime log category to log HTML related things
      HTML_DIALOG
      Runtime log category to log html dialog relevant things
      MACRO
      Runtime log category to log macro relevant things
      MAIL
      Runtime log category to log mail relevant things
      PERSISTENCE
      Runtime log category to log database relevant things
      PROCESS
      Runtime log category to log process relevant things
      REQUEST
      Runtime log category to log request relevant things
      REST_CLIENT
      Runtime log category to log rest client relevant things
      USER
      Runtime log category to log from user defined code
      WEB_SERVICE
      Runtime log category to log web service relevant things
      WEB_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.