Skip to content

yarish/tinylog

 
 

Repository files navigation

tinylog

Example

import org.pmw.tinylog.Logger;

public class Application {

    public static void main(final String[] args) {
        Logger.info("Hello World!");
    }

}

Projects

  • benchmark
    • Contains a benchmark for comparing logging frameworks
  • log4j-facade
    • Contains the log4j facade (Log4j 1.x compatible logging API)
  • slf4j-binding
    • Contains the SLF4J binding (implementation for SLF4J logging API)
  • tinylog
    • Contains tinylog

All projects can be imported as Eclipse Java project.

Other folders

  • configuration
    • Contains configuration files like for formatter, Checkstyle and FindBugs

Support

A detailed user manual and the Javadoc documentation can be found on http://www.tinylog.org/. Please file bug reports and feature requests in GitHub issues.

License

Copyright 2012 Martin Winandy

Licensed 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.

About

tinylog is a minimalist logger for Java

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 99.9%
  • HTML 0.1%