public class Logger extends Object
Logger()
static Logger
getGlobal()
Level
getLoggingLevel()
void
log(Level lev, String msg)
log(Level lev, String msg, Throwable thr)
setLoggingLevel(Level level)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Logger()
public void setLoggingLevel(Level level)
public Level getLoggingLevel()
public static Logger getGlobal()
public void log(Level lev, String msg, Throwable thr)
public void log(Level lev, String msg)
Copyright © 2023. All rights reserved.