Logger.instance

Undocumented in source. Be warned that the author may not have intended to support it.
struct Logger(Backend)
instance
(
string file = __FILE__
,
size_t line = __LINE__
,
string fn = __PRETTY_FUNCTION__
)
if (
isOutputRange!(Backend, LogElement!(Variant))
)

Meta