Hi, Trustin<br><br>So should I copy part or the whole Netty's InternalLoggerFactory?<br>If I'm going to support logging framework that Netty supports, it would mean to copy Netty's code. Well, I very much don't like to copy code -- this is the reason of my question.<br>
<br>Why InternalLogger is marked as internal? What bad can happen if I use it? Maybe it could stop being internal?<br>Or -- should I use an external factory that serves similar purpose? I haven't used it, but maybe SLF4J does the job?<br>
<br>regards,<br>Piotr<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div id=":2a" class="ii gt">
<br>
If you are going to provide a logging layer similar to what Netty<br>
provides, you could write your own InternalLoggerFactory implementation<br>
that redirects all logs to your logging layer. It should be trivial to<br>
implement, and the users will not need to touch InternalLoggerFactory at<br>
all.<br>
</div></blockquote></div><br>