sealed trait LogFormat extends AnyRef
- Self Type
- LogFormat
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LogFormat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- final def -(other: LogFormat): LogFormat
- final def <+>(that: LogFormat): LogFormat
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def \\(other: LogFormat): LogFormat
- final def apply(line: LogLine): String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def autoColor: LogFormat
- final def black: LogFormat
- final def blackB: LogFormat
- final def blink: LogFormat
- final def blue: LogFormat
- final def blueB: LogFormat
- final def bold: LogFormat
- final def bracket: LogFormat
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- final def combine(str: String)(other: LogFormat): LogFormat
- final def cyan: LogFormat
- final def cyanB: LogFormat
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def fixed(n: Int): LogFormat
- final def flipColor: LogFormat
- final def font(font: String): LogFormat
- final def font(font: Font): LogFormat
- final def format(f: (String) ⇒ LogFormat): LogFormat
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def green: LogFormat
- final def greenB: LogFormat
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def invisible: LogFormat
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def lowercase: LogFormat
- final def magenta: LogFormat
- final def magentaB: LogFormat
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def red: LogFormat
- final def redB: LogFormat
- final def reset: LogFormat
- final def reversed: LogFormat
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- final def transform(f: (String) ⇒ String): LogFormat
- final def trim: LogFormat
- final def underline: LogFormat
- final def uppercase: LogFormat
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- final def white: LogFormat
- final def whiteB: LogFormat
- final def yellow: LogFormat
- final def yellowB: LogFormat
- final def |-|(other: LogFormat): LogFormat