l top-level property

L l
final

Logger

Cross-platform html/io Logger with simple API. No need to create an object. Just import and use. Simple and w/o boilerplate. Work with native console.

When there is no direct access to the terminal, it works through print.

Key features

Method Description
s A shout is always displayed
v1, v Regular message with verbose level 1
e Error message with verbose level 1
v2, vv Regular message with verbose level 2
w Warning message with verbose level 2
v3, vvv Regular message with verbose level 3
i, < Inform message with verbose level 3
v4, vvvv Regular message with verbose level 4
d, << Debug message with verbose level 4
v5, vvvvv Regular message with verbose level 5
v6, vvvvvv Regular message with verbose level 6

Integration capabilities

Method Description
listen Broadcast stream receiving logs.

!!! PLEASE, DO NOT LOG SENSITIVE INFORMATION !!!

Implementation

final L l = InnerLoggerImpl();