let
raw_printf t fmt =
Printf
.ksprintf
(
fun
s
->
t (
ELogRaw
s))
fmt