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
IOException
public void log(String[] data) throws IOException
IOException
public void log(Double[] data) throws IOException
IOException
public void release() throws IOException
IOException
Copyright © 2016 Nuxeo SA. All rights reserved.