public interface LogMessageCallback
LogMessage
and
Message
) and use it as a method parameter or construct it lazily. This callback should be used to work around this limitation.
Note that the method parameters are not checked and so the invocation may result in ArrayIndexOutOfBoundsException
.LogMessage
Modifier and Type | Method and Description |
---|---|
void |
log(Object... params)
Invokes the logger method.
|
void log(Object... params)
params
- Copyright © 2017. All rights reserved.