com.alipay.remoting.log
Class BoltLoggerFactory

java.lang.Object
  extended by com.alipay.remoting.log.BoltLoggerFactory

public class BoltLoggerFactory
extends Object

Customized logger factory This can use middleware-log in sofa-common-tools to detect specific log implementation and initialize with the given log template.


Field Summary
static String BOLT_LOG_SPACE_PROPERTY
           
 
Constructor Summary
BoltLoggerFactory()
           
 
Method Summary
static org.slf4j.Logger getLogger(Class<?> clazz)
           
static org.slf4j.Logger getLogger(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOLT_LOG_SPACE_PROPERTY

public static final String BOLT_LOG_SPACE_PROPERTY
See Also:
Constant Field Values
Constructor Detail

BoltLoggerFactory

public BoltLoggerFactory()
Method Detail

getLogger

public static org.slf4j.Logger getLogger(Class<?> clazz)

getLogger

public static org.slf4j.Logger getLogger(String name)


Copyright © 2018. All rights reserved.