summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/logging-scribe/src/main/java/sample/Logger.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-01Changed contribution-* samples to *-contribution.fmoga1-28/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003399 13f79535-47bb-0310-9956-ffa450edef68
2010-09-23TUSCANY-3677 move tuscsny feature sample contributions into new ↵kelvingoodson1-0/+0
learning-more folder git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000352 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16TUSCANY-3677 more samples reorgkelvingoodson1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997794 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Sample module showing how to use the Scribe logging API to connect to a ↵jsdelfino1-0/+28
Scribe server and log a string under a given log category. The sample module shows two components: a ScribeLogger component that encapsulates the calls to the Scribe API behind a simple Logger service interface, and a HelloWorld component that uses an SCA reference wired to the ScribeLogger component to log the string that it's given. See the README file for build and test instructions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950360 13f79535-47bb-0310-9956-ffa450edef68