Skip to content

Commit 9bc8140

Browse files
authored
Include use statements in logging region tags (GoogleCloudPlatform#995)
1 parent 7edb475 commit 9bc8140

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

logging/src/log_entry_functions.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@
1818
namespace Google\Cloud\Samples\Logging;
1919

2020
use Google\Cloud\Core\Iterator\ItemIterator;
21-
// [START logging_use]
21+
// [START logging_write_log_entry]
22+
// [START logging_list_log_entries]
23+
// [START logging_delete_log]
2224
use Google\Cloud\Logging\LoggingClient;
2325

24-
// [END logging_use]
26+
// [END logging_write_log_entry]
27+
// [END logging_list_log_entries]
28+
// [END logging_delete_log]
2529

2630
// [START logging_write_log_entry]
2731
/** Write a log message via the Stackdriver Logging API.

0 commit comments

Comments
 (0)