Java Code Examples for com.alibaba.dubbo.common.logger.LoggerFactory#getLogger()

The following examples show how to use com.alibaba.dubbo.common.logger.LoggerFactory#getLogger() . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: NettyHelper.java    From dubbo3 with Apache License 2.0 4 votes vote down vote up
@Override
public InternalLogger newInstance(String name) {
    return new DubboLogger(LoggerFactory.getLogger(name));
}
 
Example 2
Source File: NettyHelper.java    From dubbo-remoting-netty4 with Apache License 2.0 4 votes vote down vote up
@Override
public InternalLogger newInstance(String name) {
    return new DubboLogger(LoggerFactory.getLogger(name));
}
 
Example 3
Source File: NettyHelper.java    From dubbo-remoting-netty4 with Apache License 2.0 4 votes vote down vote up
@Override
public InternalLogger newInstance(String name) {
    return new DubboLogger(LoggerFactory.getLogger(name));
}
 
Example 4
Source File: ExceptionFilter.java    From dubbox with Apache License 2.0 4 votes vote down vote up
public ExceptionFilter() {
    this(LoggerFactory.getLogger(ExceptionFilter.class));
}
 
Example 5
Source File: NettyHelper.java    From dubbox with Apache License 2.0 4 votes vote down vote up
@Override
public InternalLogger newInstance(String name) {
    return new DubboLogger(LoggerFactory.getLogger(name));
}
 
Example 6
Source File: ExceptionFilter.java    From dubbox with Apache License 2.0 4 votes vote down vote up
public ExceptionFilter() {
    this(LoggerFactory.getLogger(ExceptionFilter.class));
}
 
Example 7
Source File: NettyHelper.java    From dubbox with Apache License 2.0 4 votes vote down vote up
@Override
public InternalLogger newInstance(String name) {
    return new DubboLogger(LoggerFactory.getLogger(name));
}
 
Example 8
Source File: ExceptionFilter.java    From dubbo3 with Apache License 2.0 4 votes vote down vote up
public ExceptionFilter() {
    this(LoggerFactory.getLogger(ExceptionFilter.class));
}
 
Example 9
Source File: NettyHelper.java    From dubbo3 with Apache License 2.0 4 votes vote down vote up
@Override
public InternalLogger newInstance(String name) {
    return new DubboLogger(LoggerFactory.getLogger(name));
}
 
Example 10
Source File: NettyHelper.java    From dubbo-2.6.5 with Apache License 2.0 4 votes vote down vote up
@Override
public InternalLogger newInstance(String name) {
    return new DubboLogger(LoggerFactory.getLogger(name));
}
 
Example 11
Source File: ExceptionFilter.java    From dubbox-hystrix with Apache License 2.0 4 votes vote down vote up
public ExceptionFilter() {
    this(LoggerFactory.getLogger(ExceptionFilter.class));
}
 
Example 12
Source File: NettyHelper.java    From dubbox-hystrix with Apache License 2.0 4 votes vote down vote up
@Override
public InternalLogger newInstance(String name) {
    return new DubboLogger(LoggerFactory.getLogger(name));
}
 
Example 13
Source File: RouterProviderFilter.java    From dubbox with Apache License 2.0 4 votes vote down vote up
public RouterProviderFilter() {
	this(LoggerFactory.getLogger(RouterProviderFilter.class));
}
 
Example 14
Source File: RouterConsumerFilter.java    From dubbox with Apache License 2.0 4 votes vote down vote up
public RouterConsumerFilter() {
	this(LoggerFactory.getLogger(RouterConsumerFilter.class));
}
 
Example 15
Source File: ExceptionFilter.java    From dubbox with Apache License 2.0 4 votes vote down vote up
public ExceptionFilter() {
    this(LoggerFactory.getLogger(ExceptionFilter.class));
}
 
Example 16
Source File: NettyHelper.java    From dubbox with Apache License 2.0 4 votes vote down vote up
@Override
public InternalLogger newInstance(String name) {
    return new DubboLogger(LoggerFactory.getLogger(name));
}
 
Example 17
Source File: NettyHelper.java    From dubbox with Apache License 2.0 4 votes vote down vote up
@Override
public InternalLogger newInstance(String name) {
    return new DubboLogger(LoggerFactory.getLogger(name));
}
 
Example 18
Source File: ExceptionFilter.java    From dubbo-2.6.5 with Apache License 2.0 4 votes vote down vote up
public ExceptionFilter() {
    this(LoggerFactory.getLogger(ExceptionFilter.class));
}