public final class LogUtils extends Object
Modifier and Type | Field and Description |
---|---|
static int |
LEVEL_DEBUG |
static int |
LEVEL_ERROR |
static int |
LEVEL_INFO |
static int |
LEVEL_WARN |
Modifier and Type | Method and Description |
---|---|
static boolean |
isEnabled(org.apache.maven.plugin.logging.Log log,
int level) |
static void |
log(org.apache.maven.plugin.logging.Log log,
int level,
CharSequence message) |
static void |
log(org.apache.maven.plugin.logging.Log log,
int level,
CharSequence message,
CharSequence prefix) |
static void |
log(org.apache.maven.plugin.logging.Log log,
int level,
Collection<?> messages) |
static void |
log(org.apache.maven.plugin.logging.Log log,
int level,
Collection<?> messages,
CharSequence prefix) |
static void |
log(org.apache.maven.plugin.logging.Log log,
int level,
File file) |
static void |
log(org.apache.maven.plugin.logging.Log log,
int level,
File file,
CharSequence prefix) |
static void |
log(org.apache.maven.plugin.logging.Log log,
int level,
Object message) |
static void |
log(org.apache.maven.plugin.logging.Log log,
int level,
Object message,
CharSequence prefix) |
static void |
log(org.apache.maven.plugin.logging.Log log,
int level,
Reader reader) |
static void |
log(org.apache.maven.plugin.logging.Log log,
int level,
Reader reader,
CharSequence prefix) |
public static final int LEVEL_DEBUG
public static final int LEVEL_INFO
public static final int LEVEL_WARN
public static final int LEVEL_ERROR
public static void log(org.apache.maven.plugin.logging.Log log, int level, File file)
public static void log(org.apache.maven.plugin.logging.Log log, int level, File file, CharSequence prefix)
public static void log(org.apache.maven.plugin.logging.Log log, int level, Reader reader)
public static void log(org.apache.maven.plugin.logging.Log log, int level, Reader reader, CharSequence prefix)
public static void log(org.apache.maven.plugin.logging.Log log, int level, Collection<?> messages)
public static void log(org.apache.maven.plugin.logging.Log log, int level, Collection<?> messages, CharSequence prefix)
public static void log(org.apache.maven.plugin.logging.Log log, int level, Object message)
public static void log(org.apache.maven.plugin.logging.Log log, int level, Object message, CharSequence prefix)
public static void log(org.apache.maven.plugin.logging.Log log, int level, CharSequence message)
public static void log(org.apache.maven.plugin.logging.Log log, int level, CharSequence message, CharSequence prefix)
public static boolean isEnabled(org.apache.maven.plugin.logging.Log log, int level)
Copyright © 2006–2014 Codehaus. All rights reserved.