We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edb475 commit 9bc8140Copy full SHA for 9bc8140
logging/src/log_entry_functions.php
@@ -18,10 +18,14 @@
18
namespace Google\Cloud\Samples\Logging;
19
20
use Google\Cloud\Core\Iterator\ItemIterator;
21
-// [START logging_use]
+// [START logging_write_log_entry]
22
+// [START logging_list_log_entries]
23
+// [START logging_delete_log]
24
use Google\Cloud\Logging\LoggingClient;
25
-// [END logging_use]
26
+// [END logging_write_log_entry]
27
+// [END logging_list_log_entries]
28
+// [END logging_delete_log]
29
30
// [START logging_write_log_entry]
31
/** Write a log message via the Stackdriver Logging API.
0 commit comments