simple_logger 1.9.0+3 copy "simple_logger: ^1.9.0+3" to clipboard
simple_logger: ^1.9.0+3 copied to clipboard

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.9.0+3 #

  • Adds pub topics to package metadata.

1.9.0+2 #

  • Change stackTraceEnabled in the document to includeCallerInfo (#9)

1.9.0 #

  • Add parameter to customize frame level offset for caller info (#8)

1.8.1 #

  • Add a return value to the log (#5)

1.8.0 #

  • Migrate to null safety

1.7.0 #

  • Rename to levelPrefixes from levelSuffixes, which mistakenly named

1.6.0+1 #

1.6.0 #

  • Change default value of mode to LoggerMode.print from LoggerMode.log

1.5.1 #

  • Add assertOrShout.
    • Execute assert and shout if condition is false.

1.4.0 #

  • Rename to LoggerMode.print from LoggerMode.stdout.

1.3.0 #

  • Omit time if mode is LoggerMode.log.

1.2.0 #

  • Include stackTrace to log if mode is LoggerMode.log and stackTraceLevel is higher than passed level.

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
140
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

Topics

#logger #logging

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

logging, stack_trace

More

Packages that depend on simple_logger