izumi icon indicating copy to clipboard operation
izumi copied to clipboard

LogSink[F[_]]

Open ratoshniuk opened this issue 5 years ago • 0 comments

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

ratoshniuk avatar Mar 29 '19 22:03 ratoshniuk