Package com.netscape.certsrv.logging
Interface IBundleLogEvent
- All Superinterfaces:
ILogEvent
,Serializable
An interface which all loggable events must implement.
See ILogEvent class.
This class maintains a resource bundle name for given
event type.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBundleName
(String bundle) Sets the name of the resource bundle to be associated with this event type.Methods inherited from interface com.netscape.certsrv.logging.ILogEvent
getEventType, getLevel, getMultiline, getNTEventType, getSource, getTimeStamp, setEventType
-
Method Details
-
setBundleName
Sets the name of the resource bundle to be associated with this event type.- Parameters:
bundle
- name of resource bundle.
-