Packages

package util

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def escapeSingleQuotedString(str: String): String
  2. def fileToString(file: File, encoding: Charset): String
  3. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  4. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  5. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  6. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  7. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  8. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  9. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  10. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  11. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  12. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  13. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  14. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  15. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  16. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  17. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  18. def quietly[A](f: ⇒ A): A
  19. def quoteIdentifier(name: String): String
  20. def resourceToBytes(resource: String, classLoader: ClassLoader): Array[Byte]
  21. def resourceToString(resource: String, encoding: String, classLoader: ClassLoader): String
  22. def sideBySide(left: Seq[String], right: Seq[String]): Seq[String]
  23. def sideBySide(left: String, right: String): Seq[String]
  24. def stackTraceToString(t: Throwable): String
  25. def stringToFile(file: File, str: String): File
  26. def toPrettySQL(e: Expression): String
  27. def truncatedString[T](seq: Seq[T], sep: String, maxFields: Int): String
  28. def truncatedString[T](seq: Seq[T], start: String, sep: String, end: String, maxFields: Int): String
  29. def usePrettyExpression(e: Expression): Expression

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped