Replies: 1 comment 3 replies
-
Hi, Moose. I'm very glad to hear that you're making progress! We're always happy to help. Sadly, I cannot comment about when the Logging library will be GA (Generally Available). But I will note that you're not the only customer asking for logging. So, we know that people want it 😉 As you noticed, we do have some not-yet-production-ready logging code at https://github.com/googleapis/google-cloud-cpp/tree/master/google/cloud/logging. You're welcome to take a look at that it offer feedback as it whether or not it would meet your needs if/when it became GA. But do keep in mind that pre-GA code like that may still change in backward incompatible ways. Indeed, we know that #6074 is going to be fixed soon and that will rename the files, which would likely break builds. When there's more that I can share about logging, I'll post back here. Take care. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am making good progress integrating the Google Cloud C++ SDK into my project. Thanks to your help here!
What I am curious about are your plans with regards to logging. This is one big thing that is missing in my integration. From the state of the source it appears to me as if logging support is planned but not yet available. I would like to enquire if you can make any statement about when one could expect this to be ready.
Please note that basic functionality is sufficient. I don't need very much in terms of managing, deleting or retrieving logs. Only means to create a log group and log stream and push log entries via an SDK call.
Do you have any kind of plans or roadmap that may give me an idea of when I can expect this?
Cheers,
Moose
Beta Was this translation helpful? Give feedback.
All reactions