public class PerfLogger extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
headers |
protected File |
logFile |
protected Writer |
logWriter |
protected static String |
SEP |
| Constructor and Description |
|---|
PerfLogger(String[] headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
log(Double[] data) |
void |
log(String[] data) |
void |
release() |
protected static final String SEP
public PerfLogger(String[] headers) throws IOException
IOExceptionpublic void log(String[] data) throws IOException
IOExceptionpublic void log(Double[] data) throws IOException
IOExceptionpublic void release() throws IOException
IOExceptionCopyright © 2016 Nuxeo SA. All rights reserved.