public interface LogService
| Modifier and Type | Interface and Description |
|---|---|
static class |
LogService.LogLevel
Log levels for the benchmark
LogService |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.DBCursor |
getLogs(String driverId,
String test,
String testRun,
LogService.LogLevel level,
Long minTime,
Long maxTime,
int skip,
int limit)
Retrieve log messages in a cursor
|
void |
log(String driverId,
String test,
String testRun,
LogService.LogLevel level,
String msg)
Log a message
|
void log(String driverId, String test, String testRun, LogService.LogLevel level, String msg)
driverId - the driver ID from which the message originated (optional)test - the name of the test (optional)testRun - the name of the test run (optional)level - the severity of the messagemsg - the log messagecom.mongodb.DBCursor getLogs(String driverId, String test, String testRun, LogService.LogLevel level, Long minTime, Long maxTime, int skip, int limit)
driverId - driver ID (optional)test - the name of the test (optional)testRun - the name of the test run (optional)level - minimum severity (optional)minTime - minimum log message time (inclusive)maxTime - maximum log message time (exlusive)skip - number of results to skiplimit - limit the total number of resultsCopyright © 2005–2018 Alfresco Software. All rights reserved.