1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
auto: true
url: "https://google.github.io"
baseurl: '/flogger'
markdown: kramdown
repository: google/flogger
title: Flogger
description:
Flogger is a fluent logging API for Java. It supports a wide variety of
features, and has many benefits over existing logging APIs.
themeColor: teal
exclude:
- CHANGELOG.md
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- _site
- node_modules
- vendor
sass:
style: compressed
googleAnalyticsId: UA-43772875-11
nav:
- item:
name: Home
url: /
- item:
name: "Benefits"
url: /benefits
- item:
name: "Best Practices"
url: /best_practice
- item:
name: "Anatomy"
url: /anatomy
|