logging 0.11.0
logging: ^0.11.0 copied to clipboard
Provides APIs for debugging and error logging. This library introduces abstractions similar to those used in other languages, such as the Closure JS Logger and java.util.logging.Logger.
0.11.0 #
- Revert change in
0.10.0.stackTracemust be an instance ofStackTrace. Use theTraceclass from the stack_trace package to convert strings.
0.10.0 #
- Change type of
stackTracefromStackTracetoObject.
0.9.3 #
-
Added optional
LogRecord.zonefield. -
Record current zone (or user specified zone) when creating new
LogRecords.