public class CorpusModel extends Object
This contains the probability distributions of levels, logger names, messages, message arguments.
Constructor and Description |
---|
CorpusModel(long seed,
List<String> worldList) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getRandomArgumentArray(int numOfArguments) |
StackTraceElement[] |
getRandomCallerData(int depth,
String loggerName) |
LogStatement |
getRandomLogStatementFromPool() |
long |
getRandomLong() |
String |
getRandomThreadNameFromPool() |
long |
getRandomTimeStamp() |
public CorpusModel(long seed, List<String> worldList)
public long getRandomLong()
public String getRandomThreadNameFromPool()
public LogStatement getRandomLogStatementFromPool()
public long getRandomTimeStamp()
public StackTraceElement[] getRandomCallerData(int depth, String loggerName)
public Object[] getRandomArgumentArray(int numOfArguments)
Copyright © 2005–2018 QOS.ch. All rights reserved.