Skip to content
New issue

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

ObjectUtil cannot format inner class object as expected #13

Closed
Muyangmin opened this issue Sep 13, 2016 · 0 comments
Closed

ObjectUtil cannot format inner class object as expected #13

Muyangmin opened this issue Sep 13, 2016 · 0 comments
Labels

Comments

@Muyangmin
Copy link
Member

Sample inner class is:

    private static class User {
        // class content other omitted 
    }

when a instance of this class is passed in PLog#objects() method, its output like this:

param[0]=org.mym.plog.PLogTest$User@3ef898

This should be fixed very soon in the next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant