google_cloud_logging 0.6.0+1 copy "google_cloud_logging: ^0.6.0+1" to clipboard
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 createStructuredLog from library doc comment.
  • Fixed grammatical error and broken ARCHITECTURE.md link in interop.dart doc comments.
  • Fixed doc comment typo in traceparent.dart.

0.6.0 #

  • Replaced CloudLogger with StructuredLogger which writes directly to stdout.
  • Added StructuredLogger.handleLogRecord to integrate with package:logging.
  • Added trace correlation support, parsing W3C traceparent headers and resolving trace and project context from the current Zone.
  • Updated JSON sanitization to gracefully format cyclic references as "[CIRCULAR]" instead of throwing a FormatException.
  • BREAKING: Removed the CloudLogger class and its CloudLogger.printLogger constructor.
  • BREAKING: Removed createStructuredLogFromEntry.
  • BREAKING: Removed public formatStackTrace function.

0.5.0 #

  • Added CloudLogger
  • Added createStructuredLog.
  • Added createStructuredLogFromEntry.
  • Added export LogSeverity from google_cloud_logging_type.
  • Added export LogEntry from google_cloud_logging_v2.
0
likes
150
points
452
downloads

Documentation

API reference

Publisher

verified publisherlabs.dart.dev

Weekly Downloads

Structured logging for Google Cloud environments with trace correlation and automatic formatting.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

google_cloud_logging_type, google_cloud_logging_v2, logging, meta, stack_trace, web

More

Packages that depend on google_cloud_logging