|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger | |
|---|---|
| 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 | |
| Uses of Logger in com.vladium.emma |
|---|
| Fields in com.vladium.emma declared as Logger | |
|---|---|
protected Logger |
Processor.m_log
|
| Methods in com.vladium.emma that return Logger | |
|---|---|
static Logger |
AppLoggers.create(java.lang.String appName,
IProperties properties,
Logger base)
|
| Methods in com.vladium.emma with parameters of type Logger | |
|---|---|
static Logger |
AppLoggers.create(java.lang.String appName,
IProperties properties,
Logger base)
|
| Uses of Logger in com.vladium.emma.data |
|---|
| Methods in com.vladium.emma.data with parameters of type Logger | |
|---|---|
private static void |
DataFactory.writeEntry(Logger log,
java.io.RandomAccessFile raf,
long marker,
IMergeable data,
byte type)
|
| Uses of Logger in com.vladium.emma.instr |
|---|
| Fields in com.vladium.emma.instr declared as Logger | |
|---|---|
private Logger |
InstrVisitor.m_log
|
| Uses of Logger in com.vladium.emma.report |
|---|
| Fields in com.vladium.emma.report declared as Logger | |
|---|---|
protected Logger |
AbstractReportGenerator.m_log
|
| Uses of Logger in com.vladium.emma.rt |
|---|
| Fields in com.vladium.emma.rt declared as Logger | |
|---|---|
private Logger |
InstrClassLoader.m_log
|
private Logger |
AppRunner.AppRunnerExitHook.m_log
|
private Logger |
ClassPathProcessorST.m_log
|
| Constructors in com.vladium.emma.rt with parameters of type Logger | |
|---|---|
AppRunner.AppRunnerExitHook(Logger log,
boolean dumpRawData,
java.io.File sdataOutFile,
boolean sdataOutMerge,
IMetaData mdata,
ICoverageData cdata,
IReportGenerator[] generators,
SourcePathCache cache,
IProperties properties)
|
|
| Uses of Logger in com.vladium.logging |
|---|
| Fields in com.vladium.logging declared as Logger | |
|---|---|
private static Logger |
Logger.STATIC_LOGGER
|
| Methods in com.vladium.logging that return Logger | |
|---|---|
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. |
| Methods in com.vladium.logging with parameters of type Logger | |
|---|---|
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)
|
| Uses of Logger in com.vladium.util |
|---|
| Fields in com.vladium.util declared as Logger | |
|---|---|
private Logger |
IPathEnumerator.Factory.PathEnumerator.m_log
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||