public class Log extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Log.Category |
static class |
Log.Formatter
simple formatter for a single line log out.
|
static class |
Log.Handler
Default handler for JRedis.Log
|
Constructor and Description |
---|
Log() |
Modifier and Type | Method and Description |
---|---|
static void |
bug(String msg) |
static void |
bug(String msg,
Object... args) |
static void |
debug(String msg) |
static void |
debug(String format,
Object... args) |
static void |
error(String msg) |
static void |
error(String msg,
Object... args) |
static void |
error(String msg,
Throwable t) |
static void |
log(String msg) |
static void |
log(String format,
Object... args) |
static void |
problem(String msg) |
static void |
problem(String msg,
Object... args) |
public static final Logger logger
Copyright © 2009–2016. All rights reserved.