MCPcopy Create free account

hub / github.com/qos-ch/slf4j / types & classes

Types & classes189 in github.com/qos-ch/slf4j

ClassAbbreviator
slf4j-migrator/src/main/java/org/slf4j/migrator/helper/Abbreviator.java:3
ClassAbbreviatorTest
slf4j-migrator/src/test/java/org/slf4j/migrator/helper/AbbreviatorTest.java:7
ClassActivator
<code>Activator</code> implements a simple bundle that registers a {@link LogServiceFactory} for the creation of {@link LogService} implementations.
osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/Activator.java:46
ClassActivator
<code>Activator</code> implements a simple bundle to test OSGi slf4j logging components. Upon startup, shutdown, and receiving a service event, it lo
slf4j-osgi-test-bundle/src/main/java/org/slf4j/osgi/test/Activator.java:58
ClassAgentOptions
<p> All recognized options in the string passed to the java agent. For "java -javaagent:foo.jar=OPTIONS HelloWorld" this would be "OPTIONS". </p> <p>
slf4j-ext/src/main/java/org/slf4j/agent/AgentOptions.java:14
ClassAgentPremain
Entry point for slf4j-ext when used as a Java agent.
slf4j-ext/src/main/java/org/slf4j/agent/AgentPremain.java:15
ClassAllTest
slf4j-migrator/src/test/java/org/slf4j/migrator/AllTest.java:31
ClassAternativeApproach
slf4j-migrator/src/test/java/org/slf4j/migrator/AternativeApproach.java:10
ClassBasicMDCAdapter
Basic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support. This code is largely based on logback's <a hre
slf4j-api/src/main/java/org/slf4j/helpers/BasicMDCAdapter.java:45
ClassBasicMarker
A simple implementation of the {@link Marker} interface. @author Ceki G&uuml;lc&uuml; @author Joern Huxhorn
slf4j-api/src/main/java/org/slf4j/helpers/BasicMarker.java:40
ClassBasicMarkerFactory
An almost trivial implementation of the {@link IMarkerFactory} interface which creates {@link BasicMarker} instances. <p>Simple logging systems can c
slf4j-api/src/main/java/org/slf4j/helpers/BasicMarkerFactory.java:42
ClassBasicMarkerTest
Unit test BasicMarker @author Ceki G&uuml;lc&uuml; @author Joern Huxhorn
slf4j-api/src/test/java/org/slf4j/BasicMarkerTest.java:39
ClassBasicProfilerDemo
This demo illustrates usage of SLF4J profilers. <p> We have been given the task of generating a large number, say N, of random integers. We need to t
slf4j-ext/src/test/java/org/slf4j/profiler/BasicProfilerDemo.java:29
ClassBogoPerf
BogoPerf is used to check that the time required to perform a certain operation does not deteriorate over time. BogoPerf adjusts to the CPU speed and
slf4j-api/src/test/java/org/slf4j/helpers/BogoPerf.java:37
ClassBubbleSort
This class is used internally by BogoPerf, hence the package private (default) access. @author Ceki
slf4j-api/src/test/java/org/slf4j/helpers/BubbleSort.java:33
ClassBubbleSortTest
Test that our BubbleSort algorithm is correctly implemented. @author Ceki
slf4j-api/src/test/java/org/slf4j/helpers/BubbleSortTest.java:38
ClassBug131
log4j-over-slf4j/src/test/java/org/dummy/Bug131.java:11
ClassBuilder
Builder provides a flexible way of configuring some of many options on the parent class instead of providing many constructors. {@link http ://rwhans
slf4j-ext/src/main/java/org/slf4j/instrumentation/LogTransformer.java:41
ClassCategory
<p> This class is a minimal implementation of the original <code>org.apache.log4j.Category</code> class (as found in log4j 1.2) by delegation of all c
log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java:39
ClassCommonsLoggingTester
<code>CommonsLoggingTester</code> tests org.apache.commons.logging functionality. @author John Conlon
slf4j-osgi-test-bundle/src/main/java/org/slf4j/osgi/test/CommonsLoggingTester.java:43
ClassConstant
slf4j-migrator/src/main/java/org/slf4j/migrator/Constant.java:3
ClassConversionException
slf4j-migrator/src/main/java/org/slf4j/migrator/ConversionException.java:3
InterfaceConversionRule
slf4j-migrator/src/main/java/org/slf4j/migrator/line/ConversionRule.java:30
ClassConversionTask
slf4j-migrator/src/main/java/org/slf4j/migrator/internal/ConversionTask.java:31
ClassDifferentiator
slf4j-api/src/test/java/org/slf4j/Differentiator.java:30
ClassDummyObject
log4j-over-slf4j/compatibility/src/main/java/test/DummyObject.java:3
EnumDurationUnit
An enum of supported time units. @author Ceki
slf4j-ext/src/main/java/org/slf4j/profiler/DurationUnit.java:33
ClassEmptyRuleSet
slf4j-migrator/src/main/java/org/slf4j/migrator/line/EmptyRuleSet.java:7
ClassEventData
Base class for Event Data. Event Data contains data to be logged about an event. Users may extend this class for each EventType they want to log. @au
slf4j-ext/src/main/java/org/slf4j/ext/EventData.java:20
ClassEventException
Exception used to identify issues related to an event that is being logged.
slf4j-ext/src/main/java/org/slf4j/ext/EventException.java:6
ClassEventLogger
Simple Logger used to log events. All events are directed to a logger named "EventLogger" with a level of INFO and with an Event marker. @author Ralp
slf4j-ext/src/main/java/org/slf4j/ext/EventLogger.java:14
ClassEventLoggerTest
slf4j-ext/src/test/java/org/slf4j/dummyExt/EventLoggerTest.java:39
ClassFileConverterTest
slf4j-migrator/src/test/java/org/slf4j/migrator/FileConverterTest.java:12
ClassFileSelector
slf4j-migrator/src/main/java/org/slf4j/migrator/FileSelector.java:9
InterfaceILoggerFactory
<code>ILoggerFactory</code> instances manufacture {@link Logger} instances by name. <p>Most users retrieve {@link Logger} instances through the stati
slf4j-api/src/main/java/org/slf4j/ILoggerFactory.java:39
InterfaceIMarkerFactory
Implementaitons of this interface are used to manufacture {@link Marker} instances. <p>See the section <a href="http://slf4j.org/faq.html#3">Implemen
slf4j-api/src/main/java/org/slf4j/IMarkerFactory.java:38
ClassInplaceFileConverter
slf4j-migrator/src/main/java/org/slf4j/migrator/InplaceFileConverter.java:18
InterfaceIntegrationTestConstants
slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/IntegrationTestConstants.java:34
ClassInvocationTest
Test whether invoking the SLF4J API causes problems or not. @author Ceki Gulcu
slf4j-simple/src/test/java/org/slf4j/InvocationTest.java:46
ClassInvocationTest
Test whether invoking the SLF4J API causes problems or not. @author Ceki Gulcu
slf4j-nop/src/test/java/org/slf4j/InvocationTest.java:45
ClassInvocationTest
Test whether invoking the SLF4J API causes problems or not. @author Ceki Gulcu
slf4j-log4j12/src/test/java/org/slf4j/InvocationTest.java:49
ClassInvocationTest
Test whether invoking the SLF4J API causes problems or not. @author Ceki Gulcu
slf4j-jdk14/src/test/java/org/slf4j/InvocationTest.java:47
ClassInvocationTest
Test whether invoking the SLF4J API causes problems or not. @author Ceki Gulcu
slf4j-jcl/src/test/java/org/slf4j/InvocationTest.java:47
ClassInvokeJCLTest
jcl-over-slf4j/src/test/java/org/apache/commons/logging/InvokeJCLTest.java:40
ClassJCLLoggerAdapter
A wrapper over {@link org.apache.commons.logging.Log org.apache.commons.logging.Log} in conformance with the {@link Logger} interface. @author Ceki G
slf4j-jcl/src/main/java/org/slf4j/impl/JCLLoggerAdapter.java:40
ClassJCLLoggerFactory
JCLLoggerFactory is an implementation of {@link ILoggerFactory} returning the appropriately named {@link JCLLoggerAdapter} instance. @author Ceki G&u
slf4j-jcl/src/main/java/org/slf4j/impl/JCLLoggerFactory.java:49
ClassJCLRuleSet
This class represents JCL to SLF4J conversion rules @author Jean-Noel Charpin
slf4j-migrator/src/main/java/org/slf4j/migrator/line/JCLRuleSet.java:14
ClassJCLRuleSetTest
slf4j-migrator/src/test/java/org/slf4j/migrator/line/JCLRuleSetTest.java:8
ClassJDK14AdapterLoggerNameTest
slf4j-jdk14/src/test/java/org/slf4j/impl/JDK14AdapterLoggerNameTest.java:42
ClassJDK14LoggerAdapter
A wrapper over {@link java.util.logging.Logger java.util.logging.Logger} in conformity with the {@link Logger} interface. Note that the logging levels
slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerAdapter.java:54
ClassJDK14LoggerFactory
JDK14LoggerFactory is an implementation of {@link ILoggerFactory} returning the appropriately named {@link JDK14LoggerAdapter} instance. @author Ceki
slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerFactory.java:48
ClassJULRuleSet
This class represents java.util.logging (JUL) to SLF4J conversion rules @author Jean-Noel Charpin @author Ceki Gulcu
slf4j-migrator/src/main/java/org/slf4j/migrator/line/JULRuleSet.java:13
ClassJavassistHelper
Helper methods for Javassist functionality.
slf4j-ext/src/main/java/org/slf4j/instrumentation/JavassistHelper.java:16
ClassJdkBundleTest
<code>JdkBundleTest</code> starts up an OSGi environment (equinox, knopflerfish, or felix according to the profile selected) and installs the slf4j.o
slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/jdk/test/JdkBundleTest.java:63
ClassLevel
Defines the minimum set of levels recognized by the system, that is <code>OFF</code>, <code>FATAL</code>, <code>ERROR</code>, <code>WARN</code
log4j-over-slf4j/src/main/java/org/apache/log4j/Level.java:39
EnumLevel
slf4j-ext/src/main/java/org/slf4j/ext/XLogger.java:50
ClassLineConverter
slf4j-migrator/src/main/java/org/slf4j/migrator/line/LineConverter.java:9
ClassListAppender
slf4j-ext/src/test/java/org/slf4j/dummyExt/ListAppender.java:9
ClassListAppender
jul-to-slf4j/src/test/java/org/slf4j/bridge/ListAppender.java:33
ClassListAppender
slf4j-log4j12/src/test/java/org/slf4j/ListAppender.java:9
ClassListHandler
log4j-over-slf4j/src/test/java/org/dummy/ListHandler.java:8
InterfaceLocationAwareLogger
An <b>optional</b> interface helping integration with logging systems capable of extracting location information. This interface is mainly used by SLF
slf4j-api/src/main/java/org/slf4j/spi/LocationAwareLogger.java:40
InterfaceLog
<p>A simple logging interface abstracting logging APIs. In order to be instantiated successfully by {@link LogFactory}, classes that implement this i
jcl-over-slf4j/src/main/java/org/apache/commons/logging/Log.java:64
ClassLog4JBundleTest
<code>Log4JBundleTest</code> starts up an OSGi environment (equinox, knopflerfish, or felix according to the profile selected) and installs the slf4j.
slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/log4j/test/Log4JBundleTest.java:67
ClassLog4j12Calls
A test case that issues the typical calls that an application using log4j 1.2 would do. @author Ceki G&uuml;lc&uuml; @author S&eacute;bastien Pennec
log4j-over-slf4j/compatibility/src/main/java/test/Log4j12Calls.java:25
ClassLog4j13Calls
A test case that issues the typical calls that an application using log4j 1.3 would do. @author Ceki G&uuml;lc&uuml; @author S&eacute;bastien Pennec
log4j-over-slf4j/compatibility/src/main/java/test/Log4j13Calls.java:27
ClassLog4jLoggerAdapter
A wrapper over {@link org.apache.log4j.Logger org.apache.log4j.Logger} in conforming to the {@link Logger} interface. <p>Note that the logging levels
slf4j-log4j12/src/main/java/org/slf4j/impl/Log4jLoggerAdapter.java:53
ClassLog4jLoggerFactory
Log4jLoggerFactory is an implementation of {@link ILoggerFactory} returning the appropriate named {@link Log4jLoggerAdapter} instance. @author Ceki G
slf4j-log4j12/src/main/java/org/slf4j/impl/Log4jLoggerFactory.java:49
ClassLog4jLoggerFactory
This class is a factory that creates and maintains org.apache.log4j.Loggers warpping org.slf4j.Loggers. It keeps a hashtable of all created org.apach
log4j-over-slf4j/src/main/java/org/apache/log4j/Log4jLoggerFactory.java:30
ClassLog4jMDCAdapter
slf4j-log4j12/src/main/java/org/slf4j/impl/Log4jMDCAdapter.java:9
ClassLog4jRuleSet
slf4j-migrator/src/main/java/org/slf4j/migrator/line/Log4jRuleSet.java:8
ClassLog4jRuleSetTest
slf4j-migrator/src/test/java/org/slf4j/migrator/line/Log4jRuleSetTest.java:10
ClassLogConfigurationException
<p>An exception that is thrown only if a suitable <code>LogFactory</code> or <code>Log</code> instance cannot be created by the corresponding factory
jcl-over-slf4j/src/main/java/org/apache/commons/logging/LogConfigurationException.java:31
ClassLogFactory
<p> Factory for creating {@link Log} instances, which always delegates to an instance of {@link SLF4JLogFactory}. </p> @author Craig R. McClanahan @
jcl-over-slf4j/src/main/java/org/apache/commons/logging/LogFactory.java:36
ClassLogServiceBundleTest
<code>LogServiceBundleTest</code> starts up an OSGi environment (equinox, knopflerfish, or felix according to the profile selected) and installs the s
slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/logservice/test/LogServiceBundleTest.java:65
ClassLogServiceFactory
<code>LogServiceFactory</code> creates LogService implemenations. @author John Conlon @version $Rev$, $Date$
osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/LogServiceFactory.java:45
ClassLogServiceImpl
<code>LogServiceImpl</code> is a simple OSGi LogService implemenation that delegates to a slf4j Logger. @author John Conlon
osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/LogServiceImpl.java:48
ClassLogTransformer
<p> LogTransformer does the work of analyzing each class, and if appropriate add log statements to each method to allow logging entry/exit. </p> <p> T
slf4j-ext/src/main/java/org/slf4j/instrumentation/LogTransformer.java:31
ClassLogger
<p> This class is a minimal implementation of the original <code>org.apache.log4j.Logger</code> class (as found in log4j 1.2) by delegation of all cal
log4j-over-slf4j/src/main/java/org/apache/log4j/Logger.java:30
InterfaceLogger
The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that logging takes place through concrete implementations of
slf4j-api/src/main/java/org/slf4j/Logger.java:59
ClassLoggerFactory
The <code>LoggerFactory</code> is a utility class producing Loggers for various logging APIs, most notably for log4j, logback and JDK 1.4 logging. Oth
slf4j-api/src/main/java/org/slf4j/LoggerFactory.java:56
InterfaceLoggerFactoryBinder
An internal interface which helps the static {@link org.slf4j.LoggerFactory} class bind with the appropriate {@link ILoggerFactory} instance. @author
slf4j-api/src/main/java/org/slf4j/spi/LoggerFactoryBinder.java:44
ClassLoggerTest
A class that tests the invocation of the org.apache.log4j.Logger class that belongs to the log4j-bridge package @author S&eacute;bastien Pennec @auth
log4j-over-slf4j/compatibility/src/main/java/test/LoggerTest.java:20
ClassLoggerWrapper
A helper class wrapping an {@link org.slf4j.Logger} instance preserving location information if the wrapped instance supports it. @author Ralph Goers
slf4j-ext/src/main/java/org/slf4j/ext/LoggerWrapper.java:16
ClassMDC
log4j-over-slf4j/src/main/java/org/apache/log4j/MDC.java:3
ClassMDC
This class hides and serves as a substitute for the underlying logging system's MDC implementation. <p> If the underlying logging system offers MDC f
slf4j-api/src/main/java/org/slf4j/MDC.java:61
InterfaceMDCAdapter
This interface abstracts the service offered by various MDC implementations. @author Ceki G&uuml;lc&uuml; @since 1.4.1
slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java:36
ClassMDCStrLookup
This class can be used with the Commons Lang StrSubstitutor to replace tokens that occur in Strings with their values in the MDC. @author Ralph Goers
slf4j-ext/src/main/java/org/slf4j/ext/MDCStrLookup.java:36
ClassMDCStrLookupTest
slf4j-ext/src/test/java/org/slf4j/dummyExt/MDCStrLookupTest.java:8
ClassMain
Main entry point to the migrator. @author Ceki G&uuml;lc&uuml;
slf4j-migrator/src/main/java/org/slf4j/migrator/Main.java:37
InterfaceMarker
Markers are named objects used to enrich log statements. Conforming logging system Implementations of SLF4J determine how information conveyed by mark
slf4j-api/src/main/java/org/slf4j/Marker.java:42
ClassMarkerFactory
MarkerFactory is a utility class producing {@link Marker} instances as appropriate for the logging system currently in use. <p> This class is essenti
slf4j-api/src/main/java/org/slf4j/MarkerFactory.java:43
InterfaceMarkerFactoryBinder
An internal interface which helps the static {@link org.slf4j.MarkerFactory} class bind with the appropriate {@link IMarkerFactory} instance. @author
slf4j-api/src/main/java/org/slf4j/spi/MarkerFactoryBinder.java:45
ClassMarkerIgnoringBase
This class serves as base for adapters or native implementations of logging systems lacking Marker support. In this implementation, methods taking mar
slf4j-api/src/main/java/org/slf4j/helpers/MarkerIgnoringBase.java:39
ClassMessageFormatter
Formats messages according to very simple substitution rules. Substitutions can be made 1, 2 or more arguments. <p> For example, <pre> MessageFormatt
slf4j-api/src/main/java/org/slf4j/helpers/MessageFormatter.java:87
ClassMessageFormatterPerfTest
slf4j-api/src/test/java/org/slf4j/helpers/MessageFormatterPerfTest.java:7
ClassMessageFormatterTest
@author Ceki Gulcu
slf4j-api/src/test/java/org/slf4j/helpers/MessageFormatterTest.java:42
ClassMigratorFrame
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use. If Jigloo is being used comm
slf4j-migrator/src/main/java/org/slf4j/migrator/internal/MigratorFrame.java:59
ClassMockHandler
slf4j-jdk14/src/test/java/org/slf4j/impl/JDK14AdapterLoggerNameTest.java:84
ClassMultiBindingTest
integration/src/test/java/org/slf4j/MultiBindingTest.java:32
next →1–100 of 189, ranked by callers