public class Logger extends Object
| Modifier and Type | Field and Description |
|---|---|
static Level |
level |
static PrintStream |
out |
| Modifier and Type | Method and Description |
|---|---|
void |
fine(String msg) |
void |
finer(String msg) |
void |
finest(String msg) |
static Logger |
getLogger(String name) |
void |
info(String msg) |
boolean |
isLoggable(Level level) |
void |
log(Level level,
String msg) |
void |
log(Level level,
String msg,
Throwable thrown) |
static Level |
parseLevel(String level,
Level defaultValue) |
void |
warning(String msg) |
public static PrintStream out
public static Level level
public Logger(String name)
@Nullable public static Level parseLevel(@Nullable String level, @Nullable Level defaultValue)
public void finest(String msg)
public void finer(String msg)
public void fine(String msg)
public void info(String msg)
public void warning(String msg)
public boolean isLoggable(Level level)
Copyright © 2017. All Rights Reserved.