public class Logger extends Object
Constructor and Description |
---|
Logger() |
Modifier and Type | Method and Description |
---|---|
static void |
addSink(LogSink sink) |
static void |
debug(String message) |
static void |
debug(String message,
Object... args) |
static void |
error(String message) |
static void |
error(String message,
Object... args) |
static LogLevel |
getLevel() |
static void |
info(String message) |
static void |
info(String message,
Object... args) |
static void |
setLevel(LogLevel level) |
static void |
warn(String message) |
static void |
warn(String message,
Object... args) |
public static void debug(String message)
public static void info(String message)
public static void warn(String message)
public static void error(String message)
public static void setLevel(LogLevel level)
public static LogLevel getLevel()
public static void addSink(LogSink sink)
Copyright © 2019. All rights reserved.