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

giant.zenith_2.11.0.3.0.source-code.package.scala Maven / Gradle / Ivy

There is a newer version: 0.4.5
Show newest version
/**
 *   __________            .__  __  .__
 *   \____    /____   ____ |__|/  |_|  |__
 *     /     // __ \ /    \|  \   __\  |  \
 *    /     /\  ___/|   |  \  ||  | |   Y  \
 *   /_______ \___  >___|  /__||__| |___|  /
 *           \/   \/     \/              \/
 */

package object zenith {
  lazy val ZENITH: Option[Logger.Channel] = Some ("ZENITH")
  lazy val utf8 = java.nio.charset.Charset.forName ("UTF-8")
  lazy val maxPrintableMessageBodySize = 1024
  lazy val longMessageBodyReplacementText = "(message body too long to print)"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy