ProcessingLoggerImpl¶
ProcessingLoggerImpl
is a ProcessingLogger that uses StructuredLogger to log error messages.
Creating Instance¶
ProcessingLoggerImpl
takes the following to be created:
- ProcessingLogConfig
-
StructuredLogger
ProcessingLoggerImpl
is created when:
MeteredProcessingLoggerFactory
is created
error¶
void error(
ErrorMessage msg)
error
is part of the ProcessingLogger abstraction.
error
requests the inner StructuredLogger to log the error message.