| Package | Description |
|---|---|
| com.vladium.emma | |
| com.vladium.emma.data | |
| com.vladium.emma.instr | |
| com.vladium.emma.report | |
| com.vladium.emma.rt | |
| com.vladium.logging | |
| com.vladium.util |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
Processor.m_log |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
AppLoggers.create(java.lang.String appName,
IProperties properties,
Logger base) |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
AppLoggers.create(java.lang.String appName,
IProperties properties,
Logger base) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
DataFactory.writeEntry(Logger log,
java.io.RandomAccessFile raf,
long marker,
IMergeable data,
byte type) |
| Modifier and Type | Field and Description |
|---|---|
private Logger |
InstrVisitor.m_log |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
AbstractReportGenerator.m_log |
| Modifier and Type | Field and Description |
|---|---|
private Logger |
InstrClassLoader.m_log |
private Logger |
ClassPathProcessorST.m_log |
private Logger |
AppRunner.AppRunnerExitHook.m_log |
| Constructor and Description |
|---|
AppRunner.AppRunnerExitHook(Logger log,
boolean dumpRawData,
java.io.File sdataOutFile,
boolean sdataOutMerge,
IMetaData mdata,
ICoverageData cdata,
IReportGenerator[] generators,
SourcePathCache cache,
IProperties properties) |
| Modifier and Type | Field and Description |
|---|---|
private static Logger |
Logger.STATIC_LOGGER |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
Logger.create(int level,
java.io.PrintWriter out,
java.lang.String prefix,
java.util.Set classMask) |
static Logger |
Logger.create(int level,
java.io.PrintWriter out,
java.lang.String prefix,
java.util.Set classMask,
Logger base)
This works as a cloning creator of sorts.
|
static Logger |
Logger.getLogger()
Returns the current top of the thread-local logger stack or the static
Logger instance scoped to Logger.class if the stack is empty.
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
Logger.create(int level,
java.io.PrintWriter out,
java.lang.String prefix,
java.util.Set classMask,
Logger base)
This works as a cloning creator of sorts.
|
static void |
Logger.pop(Logger ctx)
Requiring a context parameter here helps enforce correct push/pop
nesting in the caller code.
|
static void |
Logger.push(Logger ctx) |
| Modifier and Type | Field and Description |
|---|---|
private Logger |
IPathEnumerator.Factory.PathEnumerator.m_log |