public class AntReporter
extends org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
AntReporter
wraps an Ant project (central place for logging in ant
into an iPOJO Reporter.Constructor and Description |
---|
AntReporter(org.apache.tools.ant.Project project) |
Modifier and Type | Method and Description |
---|---|
void |
error(String message,
Object... args) |
void |
info(String message,
Object... args) |
void |
trace(String message,
Object... args) |
void |
warn(String message,
Object... args) |
public void trace(String message, Object... args)
trace
in interface org.apache.felix.ipojo.manipulator.Reporter
trace
in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
public void info(String message, Object... args)
info
in interface org.apache.felix.ipojo.manipulator.Reporter
info
in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
public void warn(String message, Object... args)
warn
in interface org.apache.felix.ipojo.manipulator.Reporter
warn
in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.