Package | Description |
---|---|
_templates.javolution.context | |
_templates.javolution.testing | |
_templates.javolution.util |
Modifier and Type | Method and Description |
---|---|
static LogContext |
LogContext.getCurrentLogContext()
Returns the current logging context.
|
static LogContext |
LogContext.getDefault()
Returns the default instance (
DEFAULT implementation). |
Modifier and Type | Class and Description |
---|---|
class |
JUnitContext
This class represents a test context forwarding events to the
JUnit framework (e.g.
|
class |
TestContext
This class represents a logging context specialized for testing.
|
class |
TimeContext
This class represents a
test context specialized
for measuring execution time. |
Modifier and Type | Class and Description |
---|---|
class |
StandardLog
This class represents a specialized logging context forwarding events
to a standard logger (
java.util.logging.Logger ). |
Copyright © 2005–2016 Javolution. All rights reserved.