<p> LoggingManager handles creating, deleting, and getting logs for reading or writing. All log Entries have a formatType, a priorityType, and a timestamp.
</p>
<p> All implementations of OsidManager (manager) provide methods for accessing and manipulating the various objects defined in the OSID package. A manager defines an implementation of an OSID. All other OSID objects come either directly or indirectly from the manager. New instances of the OSID objects are created either directly or indirectly by the manager. Because the OSID objects are defined using interfaces, create methods must be used instead of the new operator to create instances of the OSID objects. Create methods are used both to instantiate and persist OSID objects. Using the OsidManager class to define an OSID's implementation allows the application to change OSID implementations by changing the OsidManager package name used to load an implementation. Applications developed using managers permit OSID implementation substitution without changing the application source code. As with all managers, use the OsidLoader to load an implementation of this interface. </p>
<p></p>
<p> OSID Version: 2.0 </p>
<p> Licensed under the org.osid.SidImplementationLicenseMIT. </p>
Located in /harmoni/core/oki2/logging/HarmoniLoggingManager.class.php (line 53)
OsidManager | --LoggingManager | --HarmoniLoggingManager
The database connection as returned by the DBHandler.
Assign the configuration of this Manager. Valid configuration options are as
follows: database_index integer database_name string
Assign the context of this OsidManager.
Create a Writable Log.
Delete the log with the specified name.
Return the format types available with this implementation.
Get an existing log for reading.
Get an existing log for writing.
Return the names of readable Logs.
Return the names of writable Logs.
Return context of this OsidManager.
Return the priority types available with this implementation.
This method indicates whether this implementation supports the ReadableLog interface and the LoggingManager methods: getLogForReading and getLogNamesForReading.
Inherited From LoggingManager
LoggingManager::createLog()
LoggingManager::deleteLog()
LoggingManager::getFormatTypes()
LoggingManager::getLogForReading()
LoggingManager::getLogForWriting()
LoggingManager::getLogNamesForReading()
LoggingManager::getLogNamesForWriting()
LoggingManager::getPriorityTypes()
LoggingManager::supportsReading()
Inherited From OsidManager
OsidManager::assignConfiguration()
OsidManager::assignOsidContext()
OsidManager::getOsidContext()
OsidManager::osidVersion_2_0()
Documentation generated on Wed, 19 Sep 2007 10:24:05 -0400 by phpDocumentor 1.3.0RC3