com.crashnote.appengine.collect.impl

AppengineLogCollector

class AppengineLogCollector [C <: CrashConfig] extends LogCollector[C]

Linear Supertypes
LogCollector[C], BaseCollector[C], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AppengineLogCollector
  2. LogCollector
  3. BaseCollector
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AppengineLogCollector (config: C)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def collect (evts: List[com.crashnote.core.model.log.LogEvt[_]]): DataArray

    Definition Classes
    LogCollector
  9. def collect (evt: LogEvt): DataObject

    Definition Classes
    LogCollector
  10. def collectEvt (evt: LogEvt): DataObject

    Attributes
    protected[impl]
    Definition Classes
    AppengineLogCollectorLogCollector
  11. def createDataArr (values: List[String]): DataArray

    Attributes
    protected[collect]
    Definition Classes
    BaseCollector
  12. def createDataArr (): DataArray

    Attributes
    protected[collect]
    Definition Classes
    BaseCollector
  13. def createDataObj (): DataObject

    Attributes
    protected[collect]
    Definition Classes
    BaseCollector
  14. def createExcpCollector (config: C): ExcpCollector[C]

    Attributes
    protected[impl]
    Definition Classes
    LogCollector
  15. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  16. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def getSysUtil (): SystemUtil

    Attributes
    protected[collect]
    Definition Classes
    BaseCollector
  20. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  26. def toString (): String

    Definition Classes
    AnyRef → Any
  27. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from LogCollector[C]

Inherited from BaseCollector[C]

Inherited from AnyRef

Inherited from Any