google_cloud_logging 0.6.0+1
google_cloud_logging: ^0.6.0+1 copied to clipboard
Structured logging for Google Cloud environments with trace correlation and automatic formatting.
0.6.0+1 #
- Removed unexported
createStructuredLogfrom library doc comment. - Fixed grammatical error and broken
ARCHITECTURE.mdlink ininterop.dartdoc comments. - Fixed doc comment typo in
traceparent.dart.
0.6.0 #
- Replaced
CloudLoggerwithStructuredLoggerwhich writes directly to stdout. - Added
StructuredLogger.handleLogRecordto integrate withpackage:logging. - Added trace correlation support, parsing W3C
traceparentheaders and resolving trace and project context from the currentZone. - Updated JSON sanitization to gracefully format cyclic references as
"[CIRCULAR]"instead of throwing aFormatException. - BREAKING: Removed the
CloudLoggerclass and itsCloudLogger.printLoggerconstructor. - BREAKING: Removed
createStructuredLogFromEntry. - BREAKING: Removed public
formatStackTracefunction.
0.5.0 #
- Added
CloudLogger - Added
createStructuredLog. - Added
createStructuredLogFromEntry. - Added export
LogSeverityfromgoogle_cloud_logging_type. - Added export
LogEntryfromgoogle_cloud_logging_v2.