B C D E G H I L M P S T U
B
- build() - 类 中的方法com.aeuok.mlog.core.ThreadFactoryBuilder
-
C
- com.aeuok.mlog - 程序包 com.aeuok.mlog
-
- com.aeuok.mlog.ann - 程序包 com.aeuok.mlog.ann
-
- com.aeuok.mlog.core - 程序包 com.aeuok.mlog.core
-
- com.aeuok.mlog.exception - 程序包 com.aeuok.mlog.exception
-
- com.aeuok.mlog.handler - 程序包 com.aeuok.mlog.handler
-
- CONFIG_FILE - 类 中的静态变量com.aeuok.mlog.core.ParamsReceiver
-
配置文件名
D
- DefaultLogHandler - com.aeuok.mlog.handler中的类
-
默认的处理器
it's a demo
- DefaultLogHandler() - 类 的构造器com.aeuok.mlog.handler.DefaultLogHandler
-
E
- equals(Object) - 类 中的方法com.aeuok.mlog.core.MLogConfig.LogHandleClass
-
G
- getAlias() - 类 中的方法com.aeuok.mlog.core.MLogConfig.LogHandleClass
-
- getClassName() - 类 中的方法com.aeuok.mlog.core.MethodInvokeLog
-
- getClassName() - 类 中的方法com.aeuok.mlog.core.MLogConfig.LogHandleClass
-
- getCorePoolSize() - 类 中的方法com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
- getDaemon() - 类 中的方法com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
- getDefaultConfigStr() - 类 中的静态方法com.aeuok.mlog.Utils
-
获取一个默认配置的JSON字符串
- getDefaultHandleClass() - 类 中的方法com.aeuok.mlog.core.MLogConfig
-
- getExecutionTime() - 类 中的方法com.aeuok.mlog.core.MethodInvokeLog
-
- getHandleClasses() - 类 中的方法com.aeuok.mlog.core.MLogConfig
-
- getInstance() - 类 中的静态方法com.aeuok.mlog.core.ParamsReceiver
-
- getInvokeDateTime() - 类 中的方法com.aeuok.mlog.core.MethodInvokeLog
-
- getKeepAliveTime() - 类 中的方法com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
- getMaximumPoolSize() - 类 中的方法com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
- getMethodName() - 类 中的方法com.aeuok.mlog.core.MethodInvokeLog
-
- getNameFormat() - 类 中的方法com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
- getParamMap() - 类 中的方法com.aeuok.mlog.core.MethodInvokeLog
-
- getReturnVal() - 类 中的方法com.aeuok.mlog.core.MethodInvokeLog
-
- getSupportedAnnotationTypes() - 类 中的方法com.aeuok.mlog.core.MLogProcessor
-
- getSupportedSourceVersion() - 类 中的方法com.aeuok.mlog.core.MLogProcessor
-
- getThreadPoolConfig() - 类 中的方法com.aeuok.mlog.core.MLogConfig
-
- getUnit() - 类 中的方法com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
H
- handle(String, MethodInvokeLog) - 类 中的方法com.aeuok.mlog.core.ParamsReceiver
-
处理信息
- handle(MethodInvokeLog) - 类 中的方法com.aeuok.mlog.handler.DefaultLogHandler
-
- handle(MethodInvokeLog) - 接口 中的方法com.aeuok.mlog.handler.LogHandler
-
处理日志
- hashCode() - 类 中的方法com.aeuok.mlog.core.MLogConfig.LogHandleClass
-
I
- init(ProcessingEnvironment) - 类 中的方法com.aeuok.mlog.core.MLogProcessor
-
- isBlank(String) - 类 中的静态方法com.aeuok.mlog.Utils
-
- isEmptyArray(Object[]) - 类 中的静态方法com.aeuok.mlog.Utils
-
- isNotBlank(String) - 类 中的静态方法com.aeuok.mlog.Utils
-
- isNotEmptyCollection(Collection) - 类 中的静态方法com.aeuok.mlog.Utils
-
- isUseThreadPool() - 类 中的方法com.aeuok.mlog.core.MLogConfig
-
L
- LogHandleClass() - 类 的构造器com.aeuok.mlog.core.MLogConfig.LogHandleClass
-
- LogHandleClass(String, String) - 类 的构造器com.aeuok.mlog.core.MLogConfig.LogHandleClass
-
- LogHandler - com.aeuok.mlog.handler中的接口
-
日志处理接口
- LogHandlerInvalidException - com.aeuok.mlog.exception中的异常错误
-
- LogHandlerInvalidException(String) - 异常错误 的构造器com.aeuok.mlog.exception.LogHandlerInvalidException
-
- LogHandlerInvalidException(String, Throwable) - 异常错误 的构造器com.aeuok.mlog.exception.LogHandlerInvalidException
-
M
- MethodInvokeLog - com.aeuok.mlog.core中的类
-
方法调用记录
- MethodInvokeLog() - 类 的构造器com.aeuok.mlog.core.MethodInvokeLog
-
- MethodInvokeLog(LocalDateTime, String, String) - 类 的构造器com.aeuok.mlog.core.MethodInvokeLog
-
- MethodInvokeLog(LocalDateTime, String, String, Map<Object, Object>) - 类 的构造器com.aeuok.mlog.core.MethodInvokeLog
-
- MLog - com.aeuok.mlog.ann中的注释类型
-
- MLog.Ignore - com.aeuok.mlog.ann中的注释类型
-
MLog标记在类上时可用于忽视指定方法
- MLogConfig - com.aeuok.mlog.core中的类
-
配置类
- MLogConfig() - 类 的构造器com.aeuok.mlog.core.MLogConfig
-
- MLogConfig.LogHandleClass - com.aeuok.mlog.core中的类
-
处理类 别名
- MLogConfig.ThreadPoolConfig - com.aeuok.mlog.core中的类
-
线程池配置
- MLogConfigFactory - com.aeuok.mlog.core中的类
-
- MLogConfigFactory() - 类 的构造器com.aeuok.mlog.core.MLogConfigFactory
-
- MLogConfigFileReadException - com.aeuok.mlog.exception中的异常错误
-
读取配置文件异常
- MLogConfigFileReadException(String, Throwable) - 异常错误 的构造器com.aeuok.mlog.exception.MLogConfigFileReadException
-
- MLogProcessor - com.aeuok.mlog.core中的类
-
- MLogProcessor() - 类 的构造器com.aeuok.mlog.core.MLogProcessor
-
P
- ParamsReceiver - com.aeuok.mlog.core中的类
-
参数接收器
- process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法com.aeuok.mlog.core.MLogProcessor
-
S
- setAlias(String) - 类 中的方法com.aeuok.mlog.core.MLogConfig.LogHandleClass
-
- setClassName(String) - 类 中的方法com.aeuok.mlog.core.MethodInvokeLog
-
- setClassName(String) - 类 中的方法com.aeuok.mlog.core.MLogConfig.LogHandleClass
-
- setConfig(MLogConfig) - 类 中的方法com.aeuok.mlog.core.ParamsReceiver
-
- setCorePoolSize(int) - 类 中的方法com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
- setDaemon(Boolean) - 类 中的方法com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
- setDaemon(Boolean) - 类 中的方法com.aeuok.mlog.core.ThreadFactoryBuilder
-
- setDefaultHandleClass(String) - 类 中的方法com.aeuok.mlog.core.MLogConfig
-
- setExecutionTime(long) - 类 中的方法com.aeuok.mlog.core.MethodInvokeLog
-
- setHandleClasses(Set<MLogConfig.LogHandleClass>) - 类 中的方法com.aeuok.mlog.core.MLogConfig
-
- setInvokeDateTime(LocalDateTime) - 类 中的方法com.aeuok.mlog.core.MethodInvokeLog
-
- setKeepAliveTime(long) - 类 中的方法com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
- setMaximumPoolSize(int) - 类 中的方法com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
- setMethodName(String) - 类 中的方法com.aeuok.mlog.core.MethodInvokeLog
-
- setNameFormat(String) - 类 中的方法com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
- setNameFormat(String) - 类 中的方法com.aeuok.mlog.core.ThreadFactoryBuilder
-
- setParamMap(Map<Object, Object>) - 类 中的方法com.aeuok.mlog.core.MethodInvokeLog
-
- setReturnVal(Object) - 类 中的方法com.aeuok.mlog.core.MethodInvokeLog
-
- setThreadPool(ExecutorService) - 类 中的方法com.aeuok.mlog.core.ParamsReceiver
-
- setThreadPoolConfig(MLogConfig.ThreadPoolConfig) - 类 中的方法com.aeuok.mlog.core.MLogConfig
-
- setUnit(TimeUnit) - 类 中的方法com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
- setUseThreadPool(boolean) - 类 中的方法com.aeuok.mlog.core.MLogConfig
-
- submit(String, String, Object) - 类 中的静态方法com.aeuok.mlog.core.ParamsReceiver
-
提交到日志处理类
- submitVoid(String, String) - 类 中的静态方法com.aeuok.mlog.core.ParamsReceiver
-
无返回值方法提交到日志处理类
T
- ThreadFactoryBuilder - com.aeuok.mlog.core中的类
-
Copy from ThreadFactoryBuilder
- ThreadFactoryBuilder() - 类 的构造器com.aeuok.mlog.core.ThreadFactoryBuilder
-
- ThreadPoolConfig() - 类 的构造器com.aeuok.mlog.core.MLogConfig.ThreadPoolConfig
-
- transfer(String, String, String, Object...) - 类 中的静态方法com.aeuok.mlog.core.ParamsReceiver
-
传递日志信息
U
- Utils - com.aeuok.mlog中的类
-
工具类
- uuid() - 类 中的静态方法com.aeuok.mlog.Utils
-
B C D E G H I L M P S T U
Copyright © 2020. All rights reserved.