| Package | Description |
|---|---|
| org.datadog.jmxfetch.util |
| Modifier and Type | Method and Description |
|---|---|
static LogLevel |
LogLevel.fromJulLevel(Level julLevel)
fromJulLevel converts a java.util.logging.Level into a LogLevel.
|
static LogLevel |
LogLevel.fromString(String str)
fromString converts a string into a LogLevel, when not possible, it returns `INFO`.
|
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CustomLogger.laconic(org.slf4j.Logger logger,
LogLevel level,
String message,
int max)
Laconic logging for reduced verbosity.
|
static void |
CustomLogger.setup(LogLevel level,
String logLocation,
boolean logFormatRfc3339)
setup and configure the logging.
|
Copyright © 2022. All rights reserved.