izumi
izumi copied to clipboard
LogSink[F[_]]
trait LogSink[F[_]] {
def flush(entry: Entry) : F[Unit] = ???
}