public class PrintStreamLogger
extends org.codehaus.plexus.logging.AbstractLogger
PrintStream
.Constructor and Description |
---|
PrintStreamLogger(PrintStream out) |
PrintStreamLogger(org.apache.maven.cli.PrintStreamLogger.Provider provider) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
debug(String message,
Throwable throwable) |
void |
error(String message,
Throwable throwable) |
void |
fatalError(String message,
Throwable throwable) |
org.codehaus.plexus.logging.Logger |
getChildLogger(String arg0) |
void |
info(String message,
Throwable throwable) |
void |
setStream(PrintStream out) |
void |
warn(String message,
Throwable throwable) |
public PrintStreamLogger(org.apache.maven.cli.PrintStreamLogger.Provider provider)
public PrintStreamLogger(PrintStream out)
public void setStream(PrintStream out)
public void close()
public org.codehaus.plexus.logging.Logger getChildLogger(String arg0)
Copyright © 2001-2019 The Apache Software Foundation. All Rights Reserved.