You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iam currently working on an own slf4j implementation where it would be useful to get, for example, the invocation time of a method produced by @loggable in an argument that are passed over to the slf4j-api.
As far as i see, the LogHelper of jcabi invokes constantly the single String argument methods with the respective LogLevel of the slf4j-Logger.
My current workaround is to parse the string inside of the Logger implementation to check wether it contains the Log-Messages produced by @loggable and transform it in my format.
The text was updated successfully, but these errors were encountered:
Iam currently working on an own slf4j implementation where it would be useful to get, for example, the invocation time of a method produced by @loggable in an argument that are passed over to the slf4j-api.
As far as i see, the LogHelper of jcabi invokes constantly the single String argument methods with the respective LogLevel of the slf4j-Logger.
My current workaround is to parse the string inside of the Logger implementation to check wether it contains the Log-Messages produced by @loggable and transform it in my format.
The text was updated successfully, but these errors were encountered: