Package risesoft.data.transfer.core.log
Class LocalPrintLoggerFactory
- java.lang.Object
-
- risesoft.data.transfer.core.log.LocalPrintLoggerFactory
-
- All Implemented Interfaces:
LoggerFactory
public class LocalPrintLoggerFactory extends Object implements LoggerFactory
本地打印输出的日志记录器工厂- Author:
- lb
- Date:
- 2024年11月15日
-
-
Constructor Summary
Constructors Constructor Description LocalPrintLoggerFactory(int logLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggergetLogger(Class<?> type)类型LoggergetLogger(String name)获取日志类
-
-
-
Method Detail
-
getLogger
public Logger getLogger(String name)
Description copied from interface:LoggerFactory获取日志类- Specified by:
getLoggerin interfaceLoggerFactory- Returns:
-
getLogger
public Logger getLogger(Class<?> type)
Description copied from interface:LoggerFactory类型- Specified by:
getLoggerin interfaceLoggerFactory- Returns:
-
-