jclouds/extensions/log4j
sharedocs1@gmail.com b3907f7f88 Added skeleton READMEs for projects. See http://code.google.com/p/jclouds/issues/detail?id=127
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2452 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-17 15:17:52 +00:00
..
src Issue 74, Issue 76, Issue 101: revamped blobstore and rest subsystems; Issue 10: removed assisted inject 2009-10-29 20:17:42 +00:00
.svnignore Adding svn:ignore part 1. 2009-11-12 22:55:18 +00:00
README.txt Added skeleton READMEs for projects. See http://code.google.com/p/jclouds/issues/detail?id=127 2009-12-17 15:17:52 +00:00
pom.xml Cleaned up POMs (removed unnecessary <packaging>jar</packaging> and moved a few things around) 2009-12-11 16:36:56 +00:00

README.txt

====

    Copyright (C) 2009 Cloud Conscious, LLC. <info@cloudconscious.com>

    ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    ====================================================================
====
#
# An extension to use Log4j (http://logging.apache.org/log4j/) as the logging provider
# for jclouds. 
#
# Expects log4j to be present on your application's classpath.
#
# TODO: Usage example.