|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogFormatter | |
org.eclipse.birt.data.oda.util.logging | [Obsolete] Provides a trace logging utility to an ODA runtime extension. |
Uses of LogFormatter in org.eclipse.birt.data.oda.util.logging |
Subclasses of LogFormatter in org.eclipse.birt.data.oda.util.logging | |
class |
SimpleFormatter
Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.util.logging.SimpleFormatter .
The BIRT ODA run-time framework has been migrated to the Eclipse Data Tools Platform (DTP) project. |
Methods in org.eclipse.birt.data.oda.util.logging that return LogFormatter | |
LogFormatter |
Handler.getFormatter()
Deprecated. Gets the LogFormatter associated with this Handler . |
Methods in org.eclipse.birt.data.oda.util.logging with parameters of type LogFormatter | |
void |
StreamHandler.setFormatter(LogFormatter formatter)
Deprecated. Sets the LogFormatter for this StreamHandler . |
void |
Handler.setFormatter(LogFormatter formatter)
Deprecated. Sets the LogFormatter for this Handler . |
Constructors in org.eclipse.birt.data.oda.util.logging with parameters of type LogFormatter | |
StreamHandler(java.io.OutputStream output,
LogFormatter formatter)
Deprecated. Creates a StreamHandler with the specified output
stream and LogFormatter . |
|
FileHandler(java.lang.String filename,
LogFormatter formatter)
Deprecated. Creates a FileHandler to publish LogRecords
to the sepcified file using the specified LogFormatter . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |