Package com.sun.corba.ee.impl.misc
Class LogKeywords
java.lang.Object
com.sun.corba.ee.impl.misc.LogKeywords
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LIFECYCLE_CREATE
Keywords for Lifecycle Loggers. _REVISIT_ After it is clearly defined in JSR 117- See Also:
-
LIFECYCLE_INITIALIZE
- See Also:
-
LIFECYCLE_SHUTDOWN
- See Also:
-
LIFECYCLE_DESTROY
- See Also:
-
NAMING_RESOLVE
- See Also:
-
NAMING_LIST
- See Also:
-
NAMING_BIND
- See Also:
-
NAMING_UNBIND
- See Also:
-
NAMING_REBIND
- See Also:
-
-
Constructor Details
-
LogKeywords
public LogKeywords()
-