How to include WPP messages in WinDbg command window output?

Is there a way to enable WinDbg to display WPP debugging messages from my driver in its command window?

WPP_DEBUG used to do it but I haven't tried this in forever to YMMV

#define WPP_DEBUG(_msg_) DbgPrint _msg_