Skip to content

Commit 5ca721d

Browse files
committed
---
yaml --- r: 4933 b: refs/heads/logging-alpha c: 567f544 h: refs/heads/master i: 4931: 9007293
1 parent 1186c86 commit 5ca721d

21 files changed

Lines changed: 7772 additions & 1 deletion

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414
refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15-
refs/heads/logging-alpha: b137cadec152dc60ff0bea3b9a8d564b39b38281
15+
refs/heads/logging-alpha: 567f544fcabd88ca787b439d7ebde08fd5d2e55c
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818
refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
Google Cloud Java Client for Logging
2+
====================================
3+
4+
Java idiomatic client for [Google Cloud Logging][cloud-logging].
5+
6+
[![Build Status](https://travis-ci.org/GoogleCloudPlatform/gcloud-java.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/gcloud-java)
7+
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/gcloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/gcloud-java?branch=master)
8+
[![Maven](https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-logging.svg)]( https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-logging.svg)
9+
10+
- [Homepage] (https://googlecloudplatform.github.io/gcloud-java/)
11+
- [API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs)
12+
13+
> Note: This client is a work-in-progress, and may occasionally
14+
> make backwards-incompatible changes.
15+
16+
Quickstart
17+
----------
18+
Add this to your pom.xml file
19+
```xml
20+
<dependency>
21+
<groupId>com.google.gcloud</groupId>
22+
<artifactId>gcloud-java-logging</artifactId>
23+
<version>0.0.10</version>
24+
</dependency>
25+
```
26+
27+
Example Application
28+
-------------------
29+
TODO
30+
31+
Authentication
32+
--------------
33+
34+
See the [Authentication](https://github.com/GoogleCloudPlatform/gcloud-java#authentication) section in the base directory's README.
35+
36+
About Google Cloud Logging
37+
--------------------------
38+
39+
[Google Cloud Logging][cloud-logging] collections and stores logs
40+
from applications and services on the Google Cloud Platform.
41+
42+
TODO: link to docs on activating Logging, high-level documentation on
43+
the API, and code snippet
44+
45+
Java Versions
46+
-------------
47+
48+
Java 7 or above is required for using this client.
49+
50+
Testing
51+
-------
52+
53+
TODO
54+
55+
Versioning
56+
----------
57+
58+
This library follows [Semantic Versioning] (http://semver.org/).
59+
60+
It is currently in major version zero (``0.y.z``), which means that anything
61+
may change at any time and the public API should not be considered
62+
stable.
63+
64+
Contributing
65+
------------
66+
67+
Contributions to this library are always welcome and highly encouraged.
68+
69+
See [CONTRIBUTING] for more information on how to get started.
70+
71+
License
72+
-------
73+
74+
Apache 2.0 - See [LICENSE] for more information.
75+
76+
77+
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md
78+
[LICENSE]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE
79+
80+
[cloud-logging]: https://cloud.google.com/logging

0 commit comments

Comments
 (0)