Logger.writer

バックエンドがwriterプロパティをもつ場合、そのwriterプロパティをそのまま返します。

struct Logger(Backend)
ref @property
static if(is(typeof(_b.writer)))
writer
()
if (
isOutputRange!(Backend, LogElement!(Variant))
)

Meta