Uses of Class
de.mnl.osgi.lf4osgi.core.BufferingLoggerFactory
-
Packages that use BufferingLoggerFactory Package Description de.mnl.osgi.lf4osgi.core The classes that implement the logger facade for OSGi. -
-
Uses of BufferingLoggerFactory in de.mnl.osgi.lf4osgi.core
Methods in de.mnl.osgi.lf4osgi.core that return BufferingLoggerFactory Modifier and Type Method Description BufferingLoggerFactory
BufferingLoggerFactory. setBufferSize(int bufferSize)
Sets the buffer size.BufferingLoggerFactory
BufferingLoggerFactory. setThreshold(LogLevel threshold)
Sets the threshold.Constructors in de.mnl.osgi.lf4osgi.core with parameters of type BufferingLoggerFactory Constructor Description BufferingLogger(BufferingLoggerFactory factory, Bundle bundle, String name)
Instantiates a new buffering logger with the given factory, bundle and provided factory.
-