Packages

c

com.here.platform.pipeline.logging.java

BaseLoggerWrapper

abstract class BaseLoggerWrapper extends BaseLogger

Linear Supertypes
BaseLogger, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseLoggerWrapper
  2. BaseLogger
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseLoggerWrapper()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def debug(cause: Throwable, pattern: String, first: Supplier[_ <: AnyRef], others: Supplier[_ <: AnyRef]*): Unit

    Logs a debug message.

    Logs a debug message. Lazy overload.

    cause

    The cause of the message.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects produced by evaluating the lambda objects. Lambdas are evaluated only if debug logging is enabled.

    first

    Lambda producing the first object.

    others

    Variable number of lambdas.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs() @SafeVarargs()
  7. def debug(cause: Throwable, pattern: String, objects: AnyRef*): Unit

    Logs a debug message.

    Logs a debug message. Non-lazy overload.

    cause

    The cause of the message.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects.

    objects

    Variable number of objects. Each {} marker in pattern is replaced with the string representation of the corresponding object.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs()
  8. def debug(pattern: String, first: Supplier[_ <: AnyRef], others: Supplier[_ <: AnyRef]*): Unit

    Logs a debug message.

    Logs a debug message. Lazy overload.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects produced by evaluating the lambda objects. Lambdas are evaluated only if debug logging is enabled.

    first

    Lambda producing the first object.

    others

    Variable number of lambdas.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs() @SafeVarargs()
  9. def debug(pattern: String, objects: AnyRef*): Unit

    Logs a debug message.

    Logs a debug message. Non-lazy overload.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects.

    objects

    Variable number of objects. Each {} marker in pattern is replaced with the string representation of the corresponding object.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def error(cause: Throwable, pattern: String, first: Supplier[_ <: AnyRef], others: Supplier[_ <: AnyRef]*): Unit

    Logs an error message.

    Logs an error message. Lazy overload.

    cause

    The cause of the message.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects produced by evaluating the lambda objects. Lambdas are evaluated only if error logging is enabled.

    first

    Lambda producing the first object.

    others

    Variable number of lambdas.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs() @SafeVarargs()
  13. def error(cause: Throwable, pattern: String, objects: AnyRef*): Unit

    Logs an error message.

    Logs an error message. Non-lazy overload.

    cause

    The cause of the message.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects.

    objects

    Variable number of objects. Each {} marker in pattern is replaced with the string representation of the corresponding object.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs()
  14. def error(pattern: String, first: Supplier[_ <: AnyRef], others: Supplier[_ <: AnyRef]*): Unit

    Logs an error message.

    Logs an error message. Lazy overload.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects produced by evaluating the lambda objects. Lambdas are evaluated only if error logging is enabled.

    first

    Lambda producing the first object.

    others

    Variable number of lambdas.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs() @SafeVarargs()
  15. def error(pattern: String, objects: AnyRef*): Unit

    Logs an error message.

    Logs an error message. Non-lazy overload.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects.

    objects

    Variable number of objects. Each {} marker in pattern is replaced with the string representation of the corresponding object.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs()
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def info(cause: Throwable, pattern: String, first: Supplier[_ <: AnyRef], others: Supplier[_ <: AnyRef]*): Unit

    Logs an info message.

    Logs an info message. Lazy overload.

    cause

    The cause of the message.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects produced by evaluating the lambda objects. Lambdas are evaluated only if info logging is enabled.

    first

    Lambda producing the first object.

    others

    Variable number of lambdas.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs() @SafeVarargs()
  20. def info(cause: Throwable, pattern: String, objects: AnyRef*): Unit

    Logs an info message.

    Logs an info message. Non-lazy overload.

    cause

    The cause of the message.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects.

    objects

    Variable number of objects. Each {} marker in pattern is replaced with the string representation of the corresponding object.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs()
  21. def info(pattern: String, first: Supplier[_ <: AnyRef], others: Supplier[_ <: AnyRef]*): Unit

    Logs an info message.

    Logs an info message. Lazy overload.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects produced by evaluating the lambda objects. Lambdas are evaluated only if info logging is enabled.

    first

    Lambda producing the first object.

    others

    Variable number of lambdas.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs() @SafeVarargs()
  22. def info(pattern: String, objects: AnyRef*): Unit

    Logs an info message.

    Logs an info message. Non-lazy overload.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects.

    objects

    Variable number of objects. Each {} marker in pattern is replaced with the string representation of the corresponding object.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs()
  23. def isDebugEnabled: Boolean

    Returns true if the logger instance is enabled for the DEBUG level.

    Returns true if the logger instance is enabled for the DEBUG level.

    Definition Classes
    BaseLoggerWrapperBaseLogger
  24. def isErrorEnabled: Boolean

    Returns true if the logger instance is enabled for the ERROR level.

    Returns true if the logger instance is enabled for the ERROR level.

    Definition Classes
    BaseLoggerWrapperBaseLogger
  25. def isInfoEnabled: Boolean

    Returns true if the logger instance is enabled for the INFO level.

    Returns true if the logger instance is enabled for the INFO level.

    Definition Classes
    BaseLoggerWrapperBaseLogger
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isTraceEnabled: Boolean

    Returns true if the logger instance is enabled for the TRACE level.

    Returns true if the logger instance is enabled for the TRACE level.

    Definition Classes
    BaseLoggerWrapperBaseLogger
  28. def isWarnEnabled: Boolean

    Returns true if the logger instance is enabled for the WARN level.

    Returns true if the logger instance is enabled for the WARN level.

    Definition Classes
    BaseLoggerWrapperBaseLogger
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def trace(cause: Throwable, pattern: String, first: Supplier[_ <: AnyRef], others: Supplier[_ <: AnyRef]*): Unit

    Logs a trace message.

    Logs a trace message. Lazy overload.

    cause

    The cause of the message.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects produced by evaluating the lambda objects. Lambdas are evaluated only if trace logging is enabled.

    first

    Lambda producing the first object.

    others

    Variable number of lambdas.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs() @SafeVarargs()
  35. def trace(cause: Throwable, pattern: String, objects: AnyRef*): Unit

    Logs a trace message.

    Logs a trace message. Non-lazy overload.

    cause

    The cause of the message.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects.

    objects

    Variable number of objects. Each {} marker in pattern is replaced with the string representation of the corresponding object.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs()
  36. def trace(pattern: String, first: Supplier[_ <: AnyRef], others: Supplier[_ <: AnyRef]*): Unit

    Logs a trace message.

    Logs a trace message. Lazy overload.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects produced by evaluating the lambda objects. Lambdas are evaluated only if trace logging is enabled.

    first

    Lambda producing the first object.

    others

    Variable number of lambdas.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs() @SafeVarargs()
  37. def trace(pattern: String, objects: AnyRef*): Unit

    Logs a trace message.

    Logs a trace message. Non-lazy overload.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects.

    objects

    Variable number of objects. Each {} marker in pattern is replaced with the string representation of the corresponding object.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. def warn(cause: Throwable, pattern: String, first: Supplier[_ <: AnyRef], others: Supplier[_ <: AnyRef]*): Unit

    Logs a warning message.

    Logs a warning message. Lazy overload.

    cause

    The cause of the message.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects produced by evaluating the lambda objects. Lambdas are evaluated only if warning logging is enabled.

    first

    Lambda producing the first object.

    others

    Variable number of lambdas.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs() @SafeVarargs()
  42. def warn(cause: Throwable, pattern: String, objects: AnyRef*): Unit

    Logs a warning message.

    Logs a warning message. Non-lazy overload.

    cause

    The cause of the message.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects.

    objects

    Variable number of objects. Each {} marker in pattern is replaced with the string representation of the corresponding object.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs()
  43. def warn(pattern: String, first: Supplier[_ <: AnyRef], others: Supplier[_ <: AnyRef]*): Unit

    Logs a warning message.

    Logs a warning message. Lazy overload.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects produced by evaluating the lambda objects. Lambdas are evaluated only if warning logging is enabled.

    first

    Lambda producing the first object.

    others

    Variable number of lambdas.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs() @SafeVarargs()
  44. def warn(pattern: String, objects: AnyRef*): Unit

    Logs a warning message.

    Logs a warning message. Non-lazy overload.

    pattern

    The format message to be logged, evaluated always. Can contain {} markers that are substituted with the optional objects.

    objects

    Variable number of objects. Each {} marker in pattern is replaced with the string representation of the corresponding object.

    Definition Classes
    BaseLoggerWrapperBaseLogger
    Annotations
    @varargs()

Inherited from BaseLogger

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped