case class LogEntry(uuid: String, time: Long, indent: Int, caller: String, prefix: String, parts: List[String]) extends Product with Serializable
a single log entry
- uuid
The UUID of this entry
- time
Time when the log entry was added
- indent
Indent level of the log entry
- caller
The name of the caller of the function
- prefix
prefix of the log entry
- parts
\n separated parts of the message
- Source
- CachingLogHandler.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LogEntry
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
LogEntry(uuid: String, time: Long, indent: Int, caller: String, prefix: String, parts: List[String])
- uuid
The UUID of this entry
- time
Time when the log entry was added
- indent
Indent level of the log entry
- caller
The name of the caller of the function
- prefix
prefix of the log entry
- parts
\n separated parts of the message
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val caller: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val indent: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parts: List[String]
- val prefix: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val time: Long
- def toJSON: JSON
- val uuid: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()