simple_logger 1.1.0 copy "simple_logger: ^1.1.0" to clipboard
simple_logger: ^1.1.0 copied to clipboard

outdated

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

1.1.0 #

  • Add LoggerMode
    • Default is LoggerMode.log, which uses dart:developer's log function.
    • If LoggerMode.stdout is selected, print function will be used.

1.0.0 #

  • Bump up to 1.0.0

0.7.5 #

  • Update documentation.

0.7.0 #

  • Rename to includeCallerInfo from includesCallerInfo.

0.6.0 #

  • Rename to includesCallerInfo from stacktraceEnabled.
  • Documentation comments added.

0.5.0 #

  • Rename to callerFrame from lineFrame
  • Change log to 'caller info not available' from 'stacktrace disabled' when includesCallerInfo is false

0.4.0 #

  • Rename to includesCallerInfo from stacktraceEnabled

0.2.0 #

  • Delete now property

0.1.1 #

  • First Release
93
likes
0
pub points
95%
popularity

Publisher

verified publishermono0926.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

logging, stack_trace

More

Packages that depend on simple_logger