public interface LogService
static final int TRACE
static final int DEBUG
static final int INFO
static final int WARN
static final int ERROR
static final int FATAL
List<LogMessage> getLogs(String testRunFQN, String serverId, int severity, Long minTime, Long maxTime, int skip, int limit)
clusterUUID - cluster identifier (mandatory)testRunFQN - the name of the test run (mandatory)serverId - server ID (optional)severity - minimum severity (mandatory)minTime - minimum log message time (inclusive)maxTime - maximum log message time (exlusive)skip - number of results to skiplimit - limit the total number of resultsCopyright © 2014. All rights reserved.