[go: nahoru, domu]

Skip to content

Documentation and example code for getting the best from Flogger

Notifications You must be signed in to change notification settings

hagbard/the-flogger-manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Flogger Manual

Flogger is Google's open-source Java debug logging library. It's used extensively within Google to satisfy the needs of many hundreds of Java and Kotlin projects, and is the only debug logging API that's supported by the core Java libraries team.

Flogger makes extensive use of the "fluent API" design pattern to provide an intuitive, powerful API which can improve both the readability of log statements within code and the value of the emitted logs.

With powerful features such as in-built rate limiting, structured metadata, logging contexts and targeted log-level control, it gives users the tools they need to get the best from debug logs for small or large scale applications.

Compatible with the JDK logging system, Log4J and other common logging frameworks, Flogger provides a powerful alternative for Java/Kotlin developers.

Read the manual: https://hagbard.github.io/the-flogger-manual

About

Documentation and example code for getting the best from Flogger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages