Object/Class

peds.commons.log

Trace

Related Docs: class Trace | package log

Permalink

object Trace

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

Type Members

  1. type DefaultLogger = Logger

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def _any2String(msg: Any): String

    Permalink

    Converts any type to a String.

    Converts any type to a String. In case the object is null, a null String is returned. Otherwise the method toString() is called.

    msg

    the message object to be converted to String

    returns

    the String representation of the message.

  5. def apply[C]()(implicit arg0: ClassTag[C]): Trace[DefaultLogger]

    Permalink

    Get the logger for the specified class type, using the class's fully qualified name as the logger name.

    Get the logger for the specified class type, using the class's fully qualified name as the logger name.

    returns

    the Trace.

  6. def apply(cls: Class[_]): Trace[DefaultLogger]

    Permalink

    Get the logger for the specified class, using the class's fully qualified name as the logger name.

    Get the logger for the specified class, using the class's fully qualified name as the logger name.

    cls

    the class

    returns

    the Trace.

  7. def apply(name: String): Trace[DefaultLogger]

    Permalink

    Get the logger with the specified name.

    Get the logger with the specified name. Use RootName to get the root logger.

    name

    the logger name

    returns

    the Trace.

  8. def apply[L](name: String, logger: L)(implicit arg0: Traceable[L]): Trace[L]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def block[R](label: ⇒ Any)(block: ⇒ R): R

    Permalink
  11. def briefBlock[R](label: ⇒ Any)(block: ⇒ R): R

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def enter(label: String): Unit

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def exit[T](extra: T): Unit

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val stackLabel: String

    Permalink
  25. lazy val stackTrace: Trace[DefaultLogger]

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped