simple_logger 1.2.0 simple_logger: ^1.2.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.2.0 #
- Include
stackTrace
to log ifmode
isLoggerMode.log
andstacktraceLevel
is higher than passedlevel
.
1.1.0 #
- Add LoggerMode
- Default is LoggerMode.log, which uses
dart:developer
'slog
function. - If LoggerMode.stdout is selected,
print
function 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
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