How to print to any of the message log categories from blueprints?

How does one print something in the message log window from blueprints? Is it possible?

I can tell that the Log Text node writes to the visual logger, but the presence of a Log Category input pin with a default value of “Blueprint Log” made me think it could also output a string to the message log window under Blueprint Log.

https://docs.unrealengine.com/latest/INT/BlueprintAPI/Debug/VisualLogger/LogText/index.html

It would be very handy to send messages here as a place to have some longer lasting information than printing to screen, which last two seconds, and more immediately available than tracking it down in the already quite busy Output Log or Visual Logger.