logecom library

Classes

ConsoleTransport
HttpFormatter
Formats log entries with HttpLogContext inside.
HttpLogContext
Logecom
Simple but powerful middleware-based Logging system inspired by Nodejs Express http library.
LogecomTextPainter
Logger
Conventional logger fluent API interface
LogLevel
LogTranslator
Abstract Log translator definition
NoColorsTextPainter
StdOutPainter
Used together with stdOut or stdErr printing methods
UtfPainter
Used together with "print" printing method

Functions

dummyStringMapper(String s) String
Mapper that does nothing

Typedefs

LinePrinter = void Function(String line)
LogTranslatorNextFunction = void Function(LogEntry entry)
StringMapper = String Function(String string)