Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add link to interactive tutorial #952

Merged
merged 8 commits into from
Apr 28, 2022
3 changes: 3 additions & 0 deletions .readme-partials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ custom_content: |
```

#### Writing log entries
For an interactive tutorial click

[![Guide Me](_static/guide-me.svg)](https://console.cloud.google.com/?walkthrough_id=logging__logging-java)

With Logging you can also write custom log entries. Add the following imports at the top of your
file:

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ logging.create(metricInfo);
```

#### Writing log entries
For an interactive tutorial click

[![Guide Me](_static/guide-me.svg)](https://console.cloud.google.com/?walkthrough_id=logging__logging-java)

With Logging you can also write custom log entries. Add the following imports at the top of your
file:
Expand Down