case class BasicLogMessage(level: Level = Info, message: String) extends LogMessage with Product with Serializable
Default implementation of a log message.
- Alphabetic
- By Inheritance
- BasicLogMessage
- Serializable
- Serializable
- Product
- Equals
- LogMessage
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
def
category: Option[String]
The category to which this method belongs.
The category to which this method belongs. E.g., "project configuration" to signal that the message is related to the project configuration and it is – hence - an issue that probably needs to be fixed by the developer. Another category might be "internal (error)" to signal that an error occurred that might need to be fixed by the developer of the respective analysis.
- Definition Classes
- BasicLogMessage → LogMessage
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
level: Level
The log level.
The log level.
- Definition Classes
- BasicLogMessage → LogMessage
-
val
message: String
The log message.
The log message. An unformatted string that may contain line breaks and tabs.
If the message starts with "\r", the "\r" is moved to the beginning.
- Definition Classes
- BasicLogMessage → LogMessage
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toConsoleOutput(ansiColored: Boolean): String
Creates a string representation of the log message that is well-suited for console output.
Creates a string representation of the log message that is well-suited for console output.
- Definition Classes
- LogMessage
-
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
- @native() @throws( ... )