Uses of Interface
org.eclipse.net4j.util.om.log.OMLogHandler
- 
Packages that use OMLogHandler Package Description org.eclipse.net4j.util.om Interfaces and classes for platform-independent operations and maintenance (O&M).org.eclipse.net4j.util.om.log Interfaces and classes for platform-independent logging.
- 
- 
Uses of OMLogHandler in org.eclipse.net4j.util.omMethods in org.eclipse.net4j.util.om with parameters of type OMLogHandler Modifier and Type Method Description voidOMPlatform. addLogHandler(OMLogHandler logHandler)voidOMPlatform. removeLogHandler(OMLogHandler logHandler)
- 
Uses of OMLogHandler in org.eclipse.net4j.util.om.logClasses in org.eclipse.net4j.util.om.log that implement OMLogHandler Modifier and Type Class Description classAbstractLogHandlerAn abstract base implementation of alog handlerthat filters log events with alog levelgreater than a configurablemaximum level.classEclipseLoggingBridgeAlog handlerthat appends log events to the Eclipseerror log.classFileLogHandlerAlog handlerthat appends log events to afile.classOSGiLoggingBridgeDeprecated.As of 4.7 useOSGiLogHandler.classOSGiLogHandlerAlog handlerthat appends log events to the OSGilog service.classPrintLogHandler
 
-