simple_logger 0.7.5
simple_logger: ^0.7.5 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.
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