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. Protected

Type Members

  1. implicit class LogStringContext extends AnyRef
    Definition Classes
    Logging

Value Members

  1. val AGGREGATED_ACCESS_ONLY: String
  2. val AUTO_GENERATED_ALIAS: String
  3. val INTERNAL_METADATA_KEYS: Seq[String]
  4. def MDC(key: LogKey, value: Any): MDC
    Attributes
    protected
    Definition Classes
    Logging
  5. val METADATA_COL_ATTR_KEY: String
  6. val QUALIFIED_ACCESS_ONLY: String
  7. def escapeSingleQuotedString(str: String): String
  8. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  9. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  10. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  11. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  12. def logBasedOnLevel(level: Level)(f: => MessageWithContext): Unit
    Attributes
    protected
    Definition Classes
    Logging
  13. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  14. def logDebug(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  15. def logDebug(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  16. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  17. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  18. def logError(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  19. def logError(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  20. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  22. def logInfo(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  23. def logInfo(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  26. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  27. def logTrace(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. def logTrace(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def logWarning(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def logWarning(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def quietly[A](f: => A): A
  35. def quoteIdentifier(name: String): String
  36. def quoteIfNeeded(part: String): String
  37. def quoteNameParts(name: Seq[String]): String
  38. def removeInternalMetadata(schema: StructType): StructType
  39. def resourceToBytes(resource: String, classLoader: ClassLoader): Array[Byte]
  40. def resourceToString(resource: String, encoding: String, classLoader: ClassLoader): String
  41. def sideBySide(left: Seq[String], right: Seq[String]): Seq[String]
  42. def sideBySide(left: String, right: String): Seq[String]
  43. def stackTraceToString(t: Throwable): String
  44. def stringToFile(file: File, str: String): File
  45. def toPrettySQL(e: Expression, shouldTrimTempResolvedColumn: Boolean): String
  46. def trimTempResolvedColumn(input: Expression): Expression
  47. def truncatedString[T](seq: Seq[T], sep: String, maxFields: Int): String
  48. def truncatedString[T](seq: Seq[T], start: String, sep: String, end: String, maxFields: Int): String
  49. def withLogContext(context: Map[String, String])(body: => Unit): Unit
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped