Class LogKeywords


  • public class LogKeywords
    extends java.lang.Object
    All the Keywords that will be used in Logging Messages for CORBA need to be defined here. The LogKeywords will be useful for searching log messages based on the standard keywords, it is also useful to work with LogAnalyzing tools. We will try to standardize these keywords in JSR 117 Logging
    • Field Detail

      • LIFECYCLE_CREATE

        public static final java.lang.String LIFECYCLE_CREATE
        Keywords for Lifecycle Loggers. _REVISIT_ After it is clearly defined in JSR 117
        See Also:
        Constant Field Values
      • LIFECYCLE_INITIALIZE

        public static final java.lang.String LIFECYCLE_INITIALIZE
        See Also:
        Constant Field Values
      • LIFECYCLE_SHUTDOWN

        public static final java.lang.String LIFECYCLE_SHUTDOWN
        See Also:
        Constant Field Values
      • LIFECYCLE_DESTROY

        public static final java.lang.String LIFECYCLE_DESTROY
        See Also:
        Constant Field Values
    • Constructor Detail

      • LogKeywords

        public LogKeywords()