| Package | Description |
|---|---|
| com.spotify.logging |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfigurator.Level |
LoggingConfigurator.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingConfigurator.Level[] |
LoggingConfigurator.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static net.kencochrane.raven.logback.SentryAppender |
LoggingConfigurator.addSentryAppender(String dsn,
LoggingConfigurator.Level logLevelThreshold)
Add a sentry appender.
|
static void |
LoggingConfigurator.configureDefaults(String ident,
LoggingConfigurator.Level level)
Configure logging with default behaviour and log to stderr.
|
static void |
LoggingConfigurator.configureSyslogDefaults(String ident,
LoggingConfigurator.Level level)
Configure logging with default behavior and log to syslog.
|
static void |
LoggingConfigurator.configureSyslogDefaults(String ident,
LoggingConfigurator.Level level,
String host,
int port)
Configure logging with default behavior and log to syslog.
|
static void |
LoggingConfigurator.configureSyslogDefaults(String ident,
LoggingConfigurator.Level level,
String host,
int port,
String loggerName)
Configure logging with default behavior and log to syslog.
|
Copyright © 2016. All Rights Reserved.