Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: service/logging/logging.go

Issue 1526453002: Add logging service documentation. (Closed) Base URL: https://github.com/luci/gae.git@cursorcb
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/logging/logging.go
diff --git a/service/logging/logging.go b/service/logging/logging.go
new file mode 100644
index 0000000000000000000000000000000000000000..6aa1eb8353b4b466a1f853c276e8c386066c5703
--- /dev/null
+++ b/service/logging/logging.go
@@ -0,0 +1,11 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Package logging is simply documentation :)
+//
+// In order to use logging, please import and use the
+// "github.com/luci/luci-go/common/logging" package. Both
+// "github.com/luci/gae/impl/prod" and "github.com/luci/gae/impl/memory"
+// implement that service appropriately.
+package logging
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698