Skip to content

Improve message api challenge 1. #13

@damienmarchal

Description

@damienmarchal

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions