mono0926 / simple_logger

Provides super simple APIs for logging. The log also includes caller info by setting includeCallerInfo to true. On Android Studio, jump to caller info by clicking the log.

Home Page:https://pub.dartlang.org/packages/simple_logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Too long string

Hwy152 opened this issue · comments

commented

When the printed string is too long, it cannot be printed later

I hope it can be solved

It is a restriction of print. You can avoided this behavior by specifying this:

final logger = SimpleLogger()..mode = LoggerMode.log;