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
includeCallerInfo
fromincludesCallerInfo
.
0.6.0 #
- Rename to
includesCallerInfo
fromstacktraceEnabled
. - Documentation comments added.
0.5.0 #
- Rename to
callerFrame
fromlineFrame
- Change log to 'caller info not available' from 'stacktrace disabled' when
includesCallerInfo
isfalse
0.4.0 #
- Rename to
includesCallerInfo
fromstacktraceEnabled
0.2.0 #
- Delete
now
property
0.1.1 #
- First Release