We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the following log statement:
Logger.info( this, "We made %d attempts to convert bytecode to xmir and back in %[msec]s", attempts, 100L );
When I run it, I get:
We made 100 attempts to convert bytecode to xmir and back in [Decor 'msec' not found and class can't be instantiated]
Expected behaviour:
We made 100 attempts to convert bytecode to xmir and back in 100ms
The documentation states:
%[msec]s --- milliseconds ➜ ms, sec, min, hours, etc.
Please, fix the documentation or the code.
The text was updated successfully, but these errors were encountered:
@yegor256 Could you help, please?
Sorry, something went wrong.
@volodya-lombrozo it's a typo in documentation, use %[ms]s instead
%[ms]s
#205 typo
42985b2
@yegor256 Works like a charm. Thank you.
No branches or pull requests
I have the following log statement:
When I run it, I get:
Expected behaviour:
The documentation states:
Please, fix the documentation or the code.
The text was updated successfully, but these errors were encountered: