public class LogSQL
extends java.lang.Object
Constructor and Description |
---|
LogSQL(java.io.PrintStream outFile)
Constructor
|
LogSQL(java.io.PrintStream logStream,
boolean b)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
doAppend(org.apache.log4j.spi.LoggingEvent event) |
boolean |
isIncludingQueries() |
void |
setIncludingQueries(boolean includingQueries) |
public LogSQL(java.io.PrintStream outFile)
outFile
- public LogSQL(java.io.PrintStream logStream, boolean b)
logStream
- b
- public boolean isIncludingQueries()
public void setIncludingQueries(boolean includingQueries)
includingQueries
- the includingQueries to setpublic boolean doAppend(org.apache.log4j.spi.LoggingEvent event)
event
-