com.netscape.certsrv.logging
Interface IBundleLogEvent

All Superinterfaces:
ILogEvent, java.io.Serializable
All Known Implementing Classes:
AuditEvent, SignedAuditEvent, SystemEvent

public interface IBundleLogEvent
extends ILogEvent

An interface which all loggable events must implement. See ILogEvent class. This class maintains a resource bundle name for given event type.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 void setBundleName(java.lang.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, toContent, toContent
 

Method Detail

setBundleName

void setBundleName(java.lang.String bundle)
Sets the name of the resource bundle to be associated with this event type.

Parameters:
bundle - name of resource bundle.