SemiLogStyle class

The style for each level

Constructors

SemiLogStyle({ANSIStyles color = colored.ANSIStyles.defaultStyle, ANSIStyles bg = colored.ANSIStyles.bgDefault, ANSIStyles fontStyle = colored.ANSIStyles.defaultStyle})
const

Properties

bg ANSIStyles
The text background
final
color ANSIStyles
The text color
final
fontStyle ANSIStyles
The text's font style
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(String text) String
return your string with code style
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toContent(String message) SemiLogContent
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited