Example usage for io.netty.util.internal.logging AbstractInternalLogger subclass-usage

List of usage examples for io.netty.util.internal.logging AbstractInternalLogger subclass-usage

Introduction

In this page you can find the example usage for io.netty.util.internal.logging AbstractInternalLogger subclass-usage.

Usage

From source file de.unipassau.isl.evs.ssh.core.network.NettyInternalLogger.java

/**
 * Simple InternalNetty logger for the netty framework which will, unlike the default logger, also log VERBOSE and DEBUG entries.
 *
 * @author Niko Fink
 */
@SuppressWarnings("ALL")

From source file io.bifroest.stream_rewriter.netty.Log4J2Logger.java

/**
 * <a href="http://logging.apache.org/log4j/1.2/index.html">Apache Log4J</a>
 * logger.
 */
public class Log4J2Logger extends AbstractInternalLogger {

From source file org.elasticsearch.hadoop.transport.netty4.Netty4InternalESLogger.java

@SuppressLoggerChecks(reason = "safely delegates to logger")
class Netty4InternalESLogger extends AbstractInternalLogger {

    private final ESLogger logger;

    Netty4InternalESLogger(final String name) {

From source file org.elasticsearch.transport.netty4.Netty4InternalESLogger.java

@SuppressLoggerChecks(reason = "safely delegates to logger")
class Netty4InternalESLogger extends AbstractInternalLogger {

    private final Logger logger;

    Netty4InternalESLogger(final String name) {

From source file org.rzo.yajsw.tray.ahessian.server.JdkLogger.java

/**
 * <a href=
 * "http://java.sun.com/javase/6/docs/technotes/guides/logging/index.html"
 * >java.util.logging</a> logger.
 * 
 * @author <a href="http://www.jboss.org/netty/">The Netty Project</a>

From source file xyz.kvantum.server.implementation.netty.NettyLogger.java

public final class NettyLogger extends AbstractInternalLogger {

    static final NettyLogger instance = new NettyLogger();

    private NettyLogger() {
        super("netty");