public final class Log extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Log.Level |
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG |
static boolean |
TRACE |
Constructor and Description |
---|
Log() |
public static PrintStream getOutput()
public static void setOutput(PrintStream out)
public static void trace(Object... messages)
public static void debug(Object... messages)
public static void warn(Object... messages)
public static void error(Object... messages)
Copyright © 2008-2013 Sonatype. All Rights Reserved.