Correct JavaDoc
This commit is contained in:
parent
6df3bb5a79
commit
73027521ce
@ -18,9 +18,10 @@ package io.netty.util.internal.logging;
|
|||||||
/**
|
/**
|
||||||
* Creates an {@link InternalLogger} or changes the default factory
|
* Creates an {@link InternalLogger} or changes the default factory
|
||||||
* implementation. This factory allows you to choose what logging framework
|
* implementation. This factory allows you to choose what logging framework
|
||||||
* Netty should use. The default factory is {@link JdkLoggerFactory}.
|
* Netty should use. The default factory is {@link Slf4JLoggerFactory}. If SLF4J
|
||||||
* You can change it to your preferred logging framework before other Netty
|
* is not available, {@link Log4JLoggerFactory} is used. If Log4J is not available,
|
||||||
* classes are loaded:
|
* {@link JdkLoggerFactory} is used. You can change it to your preferred
|
||||||
|
* logging framework before other Netty classes are loaded:
|
||||||
* <pre>
|
* <pre>
|
||||||
* {@link InternalLoggerFactory}.setDefaultFactory(new {@link Log4JLoggerFactory}());
|
* {@link InternalLoggerFactory}.setDefaultFactory(new {@link Log4JLoggerFactory}());
|
||||||
* </pre>
|
* </pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user