Package org.xwiki.tool.utils
Class LogUtils
- java.lang.Object
-
- org.xwiki.tool.utils.LogUtils
-
public final class LogUtils extends Object
Helper class for disabling verbose logs generated by XWiki during the XAR import.- Since:
- 6.2M2
- Version:
- $Id: 4d0362905e1bfc16707ba62070cd75abd7942759 $
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
configureXWikiLogs()
If running under Maven 3.1+, where slf4j-simple is used as the logging backend, configure the SLF4J simple to have proper logging levels that do not generate too many logs.
-