googleapis/google-cloud-java

[java-logging] Improve the Write logEntry sample

Open

#11 923 ouverte le 10 déc. 2020

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)Java (1 082 forks)batch import
api: logginggood first issuelang: javapriority: p3samplestype: feature request

Métriques du dépôt

Stars
 (1 763 stars)
Métriques de merge PR
 (Merge moyen 2j 21h) (145 PRs mergées en 30 j)

Description

Improve the Write logEntry sample on this page

This page is referenced by docs that explicitly talk about LogEntries. So we should demo this “advanced” logging technique, even though we do recommend the standard log wrapper approach in the quickstarts.

Criteria:

  • Demo how to write a text logEntry (textPayload)
  • Demo how to write a struct logEntry (jsonPayload)
  • Include: severity level, labels, resource type (“global”)
  • Demo: batch logging vs writing one log at a time
  • Update accompanying tests

Region tag: logging_write_log_entry

Guide contributeur