Interface WritableLog allows writing of entry items, format types, priority types to a log. Two methods are used to write the entryItems:
which writes the entry to the Log,
- appendLog(java.io.Serializable entryItem)
which writes the entryItem to the Log as well as formatType and priorityType.
The implementation sets the timestamp for the for when the entryItem was appended to the log. The format type and the priority type can be set as defaults for subsequent appends.
OSID Version: 2.0
Licensed under the org.osid.SidImplementationLicenseMIT.
Located in /harmoni/oki2/osid/logging/WritableLog.php (line 35)
Write the entryItem to the Log. The entryItem is written to the Log using the format type and priority type explicitly set by the application or the implementation default.
Write the entry, the priorityType and formatType to the Log.
Assign the formatType for all subsequent writes during the lifetime of this instance. FormatType has meaning to the caller of this method.
Assign the priorityType for all subsequent writes during the lifetime of this instance. PriorityType has meaning to the caller of this method.
Documentation generated on Wed, 19 Sep 2007 10:28:16 -0400 by phpDocumentor 1.3.0RC3