DnV1eX / GoogleCloudLogging

Swift (Darwin) library for logging application events in Google Cloud.
Apache License 2.0
31 stars 16 forks source link

How to change Label in logs? #4

Open xpnewmedia opened 3 years ago

xpnewmedia commented 3 years ago

This is a typical out of the box log from the library:

2021-06-12T12:03:48-0400 info GoogleCloudLogHandler : Logs have been uploaded

How do i change the label "GoogleCloudLogHandler" so that it does not show in the Google Cloud Logging console, it reflects something another label?

Thanks for the library!