|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.jcoderz.commons.taskdefs.XsltBasedTask
org.jcoderz.commons.taskdefs.LogMessageGenerator
public final class LogMessageGenerator
Ant task that generates classes out of the log message info XML document.
Documentation of this Ant task can be found in
org.jcoderz.commons.taskdefs.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
LogMessageGenerator()
|
|
| Method Summary | |
|---|---|
void |
setAllowUseOfBaseLogger(boolean allow)
Sets whether the log messages get a .log() method that uses the logger of the LoggableImpl to log the messages to? |
void |
setApplication(String s)
Sets the application (short) name. |
void |
setCustomLoggerClass(String className)
Sets the custom logger class to generate log messages for. |
| Methods inherited from class org.jcoderz.commons.taskdefs.XsltBasedTask |
|---|
execute, getFawkezVersionAsString, resolveExternalEntities, setDestdir, setFailonerror, setForce, setIn, setLogLevel, setOut, setXsl |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogMessageGenerator()
| Method Detail |
|---|
public void setCustomLoggerClass(String className)
className - the name of the custom loggerpublic void setAllowUseOfBaseLogger(boolean allow)
allow - the flag value to be set.public void setApplication(String s)
s - The application (short) name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||