BrSimplePrinter class
Printer minimalista — uma única linha, sem cores.
Formato: [LEVEL] TAG: mensagem
Com tempo: 2024-01-15 10:30:00.123 [LEVEL] TAG: mensagem
Ideal para outputs que não suportam ANSI (ex: arquivos de log, servidores CI).
- Inheritance
-
- Object
- BrLogPrinter
- BrSimplePrinter
Constructors
- BrSimplePrinter({bool showTime = false, bool showTag = true})
-
const
Properties
Methods
-
format(
BrLogRecord record) → List< String> -
Formata
recorde retorna as linhas a serem escritas.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited