- LDLogAdapter - Interface in com.launchdarkly.logging
-
An abstraction of some mechanism for producing log output.
- LDLogAdapter.Channel - Interface in com.launchdarkly.logging
-
The underlying implementation object used by some
LDLogger instance.
- LDLogAdapter.IsConfiguredExternally - Interface in com.launchdarkly.logging
-
Marker interface indicating that this adapter is for an external framework that has its
own configuration mechanism.
- LDLogger - Class in com.launchdarkly.logging
-
A basic logger facade that delegates to an underlying output implementation.
- LDLogLevel - Enum in com.launchdarkly.logging
-
Enumeration of the logging levels defined by the LaunchDarkly logging abstraction.
- LDSLF4J - Class in com.launchdarkly.logging
-
An adapter for redirecting LaunchDarkly log output to SLF4J.
- level(LDLogAdapter, LDLogLevel) - Static method in class com.launchdarkly.logging.Logs
-
Disables log output below the specified level, if allowed by the adapter.
- log(LDLogLevel, Object) - Method in interface com.launchdarkly.logging.LDLogAdapter.Channel
-
Logs a simple message with no parameters.
- log(LDLogLevel, String, Object) - Method in interface com.launchdarkly.logging.LDLogAdapter.Channel
-
Logs a message with a single parameter.
- log(LDLogLevel, String, Object, Object) - Method in interface com.launchdarkly.logging.LDLogAdapter.Channel
-
Logs a message with two parameters.
- log(LDLogLevel, String, Object...) - Method in interface com.launchdarkly.logging.LDLogAdapter.Channel
-
Logs a message with any number of parameters.
- LogCapture - Class in com.launchdarkly.logging
-
A mechanism for capturing logger output in memory.
- LogCapture.Message - Class in com.launchdarkly.logging
-
Information about a captured log message.
- Logs - Class in com.launchdarkly.logging
-
Factory methods for the basic logging implementations in this package.
- LogValues - Class in com.launchdarkly.logging
-
Helper methods for logging special variables.
- LogValues.StringProvider - Interface in com.launchdarkly.logging
-