it's just sugar, but useful for encouraging convention: ```cpp Debug d('foo'); Debug d.extend('bar'); ``` is the same as ```cpp Debug d('foo'); Debug d('foo:bar'); ```