Class BambooMavenEmbedderLogger
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogger
-
- com.atlassian.bamboo.maven.embedder.BambooMavenEmbedderLogger
-
- All Implemented Interfaces:
org.codehaus.plexus.logging.Logger
public class BambooMavenEmbedderLogger extends org.codehaus.plexus.logging.AbstractLogger
-
-
Constructor Summary
Constructors Constructor Description BambooMavenEmbedderLogger(@NotNull org.apache.log4j.Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 name)
void
info(String message, Throwable throwable)
void
warn(String message, Throwable throwable)
-
-
-
Method Detail
-
getChildLogger
public org.codehaus.plexus.logging.Logger getChildLogger(String name)
-
-