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
Currently we can do
msg_info(this) << "This is a message"
or
msg_info("ACustomID") << "This is an other message"
Being forced to write the 'this' is ugly so I would like to improve the API to make the following cases possibles
msg_info() << "Héhé" msg_info(anObject) << "Haha" msg_info("ACustomID") << "Hihi"
I didn't managed...but maybe you have an idea ?
DM
The text was updated successfully, but these errors were encountered:
dequidt
EulalieCoevoet
bcarrez
flargilliere
ChristianDuriez
olivier-goury
mthieffry
zhongkaidefrost
No branches or pull requests
Currently we can do
or
Being forced to write the 'this' is ugly so I would like to improve the API to make the following cases possibles
I didn't managed...but maybe you have an idea ?
DM
The text was updated successfully, but these errors were encountered: