Repository: logging-log4j2 Updated Branches: refs/heads/master 1ca0c7ee5 -> 8ad7f2d18
LOG4J2-1297 PDF chapter order should mirror web site Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8ad7f2d1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8ad7f2d1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8ad7f2d1 Branch: refs/heads/master Commit: 8ad7f2d18130154cd2aa5c7060798cf4b7f9e0ec Parents: 1ca0c7e Author: rpopma <[email protected]> Authored: Sat May 14 20:32:25 2016 +0900 Committer: rpopma <[email protected]> Committed: Sat May 14 20:32:25 2016 +0900 ---------------------------------------------------------------------- src/site/pdf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8ad7f2d1/src/site/pdf.xml ---------------------------------------------------------------------- diff --git a/src/site/pdf.xml b/src/site/pdf.xml index 6c4820c..59b6442 100644 --- a/src/site/pdf.xml +++ b/src/site/pdf.xml @@ -39,12 +39,12 @@ <item name="Layouts" ref="/manual/layouts.xml.vm"/> <item name="Filters" ref="/manual/filters.xml"/> <item name="Async Loggers" ref="/manual/async.xml" /> + <item name="Garbage-free Logging" ref="/manual/garbagefree.xml"/> <item name="JMX" ref="/manual/jmx.xml.vm"/> <item name="Logging Separation" ref="/manual/logsep.xml"/> <item name="Extending Log4j" ref="/manual/extending.xml"/> <item name="Programmatic Log4j Configuration" ref="/manual/customconfig.xml"/> <item name="Custom Log Levels" ref="/manual/customloglevels.xml.vm" /> - <item name="Garbage-free Logging" ref="/manual/garbagefree.xml"/> </toc> <cover>
