| Package | Description |
|---|---|
| org.alfresco.bm.common.util.log | |
| org.alfresco.bm.driver.test |
| Modifier and Type | Method and Description |
|---|---|
static LogService.LogLevel |
LogService.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogService.LogLevel[] |
LogService.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.DBCursor |
MongoLogService.getLogs(String driverId,
String test,
String testRun,
LogService.LogLevel level,
Long minTime,
Long maxTime,
int skip,
int limit) |
com.mongodb.DBCursor |
LogService.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 |
TestRunLogService.log(LogService.LogLevel level,
String msg)
Deprecated.
Log a message specific to this instance
|
void |
MongoLogService.log(String driverId,
String test,
String testRun,
LogService.LogLevel level,
String msg) |
void |
LogService.log(String driverId,
String test,
String testRun,
LogService.LogLevel level,
String msg)
Log a message
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestRunService.log(LogService.LogLevel level,
String msg)
Log a message specific to this instance
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.