All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scribe.handler.LogHandle.scala Maven / Gradle / Ivy

The newest version!
package scribe.handler

import scribe.LogRecord

trait LogHandle {
  def log(handler: LogHandlerBuilder, record: LogRecord): Unit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy