OLD | NEW |
(Empty) | |
| 1 ## 0.11.2 |
| 2 |
| 3 * Added Logger.detached - a convinience factory to obtain a logger that is not |
| 4 attached to this library's logger hierarchy. |
| 5 |
| 6 ## 0.11.1+1 |
| 7 |
| 8 * Include default error with the auto-generated stack traces. |
| 9 |
| 10 ## 0.11.1 |
| 11 |
| 12 * Add support for automatically logging the stack trace on error messages. Note |
| 13 this can be expensive, so it is off by default. |
| 14 |
| 15 ## 0.11.0 |
| 16 |
| 17 * Revert change in `0.10.0`. `stackTrace` must be an instance of `StackTrace`. |
| 18 Use the `Trace` class from the [stack_trace package][] to convert strings. |
| 19 |
| 20 [stack_trace package]: https://pub.dartlang.org/packages/stack_trace |
| 21 |
| 22 ## 0.10.0 |
| 23 |
| 24 * Change type of `stackTrace` from `StackTrace` to `Object`. |
| 25 |
| 26 ## 0.9.3 |
| 27 |
| 28 * Added optional `LogRecord.zone` field. |
| 29 |
| 30 * Record current zone (or user specified zone) when creating new `LogRecord`s. |
| 31 |
OLD | NEW |