package
util
Type Members
-
case class
AmbiguousTypeMapping(msg: String) extends RuntimeException with Product with Serializable
-
implicit final
class
BetterFileW extends AnyVal
-
implicit final
class
BooleanW extends AnyVal
-
type
IRIString = String
-
type
ReflectiveCloseable = AnyRef { def shutdown(): Unit }
-
-
implicit final
class
Tapable[A] extends AnyVal
-
-
-
type
URIString = String
Value Members
-
-
def
debug(msg: ⇒ Any, t: ⇒ Throwable): Unit
-
def
debug(msg: ⇒ Any): Unit
-
implicit
val
defaultCodec: Codec
-
def
error(msg: ⇒ Any, t: ⇒ Throwable): Unit
-
def
error(msg: ⇒ Any): Unit
-
def
info(msg: ⇒ Any, t: ⇒ Throwable): Unit
-
def
info(msg: ⇒ Any): Unit
-
def
isDebugEnabled: Boolean
-
def
isErrorEnabled: Boolean
-
def
isInfoEnabled: Boolean
-
def
isTraceEnabled: Boolean
-
def
isWarnEnabled: Boolean
-
def
logger: Logger
-
def
loggerName: String
-
implicit
def
map2JavaProperties(propertiesMap: Map[String, String]): Properties
-
lazy val
newLine: String
-
lazy val
nl: String
-
implicit
def
reflectiveCloseableResource[A <: ReflectiveCloseable]: Resource[A]
-
def
sampleDescr[T](items: Iterable[T], preCountIntro: String, postCountIntro: String, itemRenderer: (T) ⇒ String = _: T).toString, sampleSize: Int = 10, samplesDelimiter: String = nl, ommisionMarker: Option[String] = Some(s"$nl[...]")): String
-
def
sampleDescription[T](items: Iterable[T], intro: StringContext, itemRenderer: (T) ⇒ String, sampleSize: Int = 10, samplesDelimiter: String = nl, ommisionMarker: Option[String] = Some(s"$nl[...]")): String
-
def
trace(msg: ⇒ Any, t: ⇒ Throwable): Unit
-
def
trace(msg: ⇒ Any): Unit
-
implicit
def
uriToIRI(uri: URI): IRI
-
implicit
def
urlToIRI(url: URL): IRI
-
def
warn(msg: ⇒ Any, t: ⇒ Throwable): Unit
-
def
warn(msg: ⇒ Any): Unit
Inherited from Logging
Inherited from AnyRef
Inherited from Any
Created by Markus Ackermann. No rights reserved.