Package org.anchoranalysis.test
Class LoggerFixture
Object
LoggerFixture
Fixture to create a
Logger
that don't output anything.
A OperationContext
containg such a logger may also be created.
- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic Logger
ALogger
that doesn't output anything.static MessageLogger
AMessageLogger
that doesn't output anything.static OperationContext
AnOperationContext
containing a logger that doesn't output anything.
-
Method Details
-
suppressedMessageLogger
AMessageLogger
that doesn't output anything.- Returns:
- the message-logger.
-
suppressedLogger
ALogger
that doesn't output anything.- Returns:
- the logger.
-
suppressedOperationContext
AnOperationContext
containing a logger that doesn't output anything.- Returns:
- the operation-context.
-