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

org.clapper.avsl.formatter.null.scala Maven / Gradle / Ivy

The newest version!
package org.clapper.avsl.formatter

import org.clapper.avsl.LogMessage
import org.clapper.avsl.config.ConfiguredArguments

class NullFormatter extends Formatter {
  def this(args: ConfiguredArguments) = this()

  def format(logMessage: LogMessage): String = ""
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy