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 TypeMethodDescriptionvoidsetBundleName(String bundle) Sets the name of the resource bundle to be associated with this event type.Methods inherited from interface ILogEvent
getEventType, getLevel, getMultiline, getNTEventType, getSource, getTimeStamp, setEventTypeModifier and TypeMethodDescriptionRetrieves log event type.intgetLevel()Retrieves log level.booleanRetrieves multiline attribute.intRetrieves NT specific log event type.Retrieves log source.longRetrieves event time stamp.voidsetEventType(String eventType) Sets log event type.
-
Method Details
-
setBundleName
Sets the name of the resource bundle to be associated with this event type.- Parameters:
bundle- name of resource bundle.
-