| Package | Description |
|---|---|
| com.spotify.logging |
| Modifier and Type | Field and Description |
|---|---|
static LoggingSupport.Ident |
LoggingSupport.Ident.EMPTY_IDENT |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
LoggingSupport.buildLogLine(String type,
int version,
LoggingSupport.Ident ident,
Object... args) |
static void |
LoggingSupport.debug(org.slf4j.Logger logger,
String type,
int version,
LoggingSupport.Ident ident,
Object... args)
Generate a new debug log message according to the Spotify log format.
|
static void |
LoggingSupport.error(org.slf4j.Logger logger,
String type,
int version,
LoggingSupport.Ident ident,
Object... args)
Generate a new error log message according to the Spotify log format.
|
static void |
LoggingSupport.info(org.slf4j.Logger logger,
String type,
int version,
LoggingSupport.Ident ident,
Object... args)
Generate a new info log message according to the Spotify log format.
|
static void |
LoggingSupport.warn(org.slf4j.Logger logger,
String type,
int version,
LoggingSupport.Ident ident,
Object... args)
Generate a new warn log message according to the Spotify log format.
|
Copyright © 2016. All Rights Reserved.