simple_logger 1.10.0
simple_logger: ^1.10.0 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.10.0 #
- Add optional paramters(
errorandstackTrace)
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
levelPrefixesfromlevelSuffixes, which mistakenly named
1.6.0+1 #
- Fix README
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.printfromLoggerMode.stdout.
1.3.0 #
- Omit time if
modeisLoggerMode.log.
1.2.0 #
- Include
stackTraceto log ifmodeisLoggerMode.logandstackTraceLevelis higher than passedlevel.
1.1.0 #
- Add LoggerMode
- Default is LoggerMode.log, which uses
dart:developer'slogfunction. - If LoggerMode.stdout is selected,
printfunction will be used.
- Default is LoggerMode.log, which uses
1.0.0 #
- Bump up to 1.0.0
0.7.5 #
- Update documentation.
0.7.0 #
- Rename to
includeCallerInfofromincludesCallerInfo.
0.6.0 #
- Rename to
includesCallerInfofromstacktraceEnabled. - Documentation comments added.
0.5.0 #
- Rename to
callerFramefromlineFrame - Change log to 'caller info not available' from 'stacktrace disabled' when
includesCallerInfoisfalse
0.4.0 #
- Rename to
includesCallerInfofromstacktraceEnabled
0.2.0 #
- Delete
nowproperty
0.1.1 #
- First Release