Skip to content

Commit

Permalink
Add region tags to stackdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
Shun Fan committed Apr 28, 2016
1 parent 1973c12 commit 641ab4d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import java.util.HashMap;
import java.util.Map;

// [START example]
public class ExceptionUtil {
private static FluentLogger ERRORS = FluentLogger.getLogger("myapp");

Expand All @@ -46,3 +47,4 @@ public static void report(Throwable ex) {
ERRORS.log("errors", data);
}
}
// [END example]

0 comments on commit 641ab4d

Please sign in to comment.