跳过导航链接
A C D E F G L M N P R S T 

A

append(ILoggingEvent) - 类 中的方法com.yomahub.tlog.core.enhance.logback.async.AspectLogbackAsyncAppender
 
around(ProceedingJoinPoint) - 类 中的方法com.yomahub.tlog.core.aop.AspectLogAop
 
AspectLog4jAsyncAppender - com.yomahub.tlog.core.enhance.log4j.async中的类
基于日志适配方式的Log4j的异步日志增强appender
AspectLog4jAsyncAppender() - 类 的构造器com.yomahub.tlog.core.enhance.log4j.async.AspectLog4jAsyncAppender
 
AspectLog4jMDCPatternConverter - com.yomahub.tlog.core.enhance.log4j中的类
log4j的MDC转换器,这个类copy的是PatternParser的一个内部类
目的是当pattern里有mdc配置的话,设置全局变量mdc为true
AspectLog4jPatternConverter - com.yomahub.tlog.core.enhance.log4j中的类
基于日志适配方式的log4j的自定义PatternConvert
AspectLog4jPatternConverter() - 类 的构造器com.yomahub.tlog.core.enhance.log4j.AspectLog4jPatternConverter
 
AspectLog4jPatternLayout - com.yomahub.tlog.core.enhance.log4j中的类
基于日志适配模式的log4j自定义pattern layout
AspectLog4jPatternLayout() - 类 的构造器com.yomahub.tlog.core.enhance.log4j.AspectLog4jPatternLayout
 
AspectLog4jPatternParser - com.yomahub.tlog.core.enhance.log4j中的类
基于日志适配模式的Log4j日志框架的模板自定义Parser
AspectLog4jPatternParser(String) - 类 的构造器com.yomahub.tlog.core.enhance.log4j.AspectLog4jPatternParser
 
AspectLogAop - com.yomahub.tlog.core.aop中的类
自定义埋点注解切面,用于拦截@AspectLogAop
AspectLogAop() - 类 的构造器com.yomahub.tlog.core.aop.AspectLogAop
 
AspectLogbackAsyncAppender - com.yomahub.tlog.core.enhance.logback.async中的类
Logback的异步日志增强appender
AspectLogbackAsyncAppender() - 类 的构造器com.yomahub.tlog.core.enhance.logback.async.AspectLogbackAsyncAppender
 
AspectLogbackConverter - com.yomahub.tlog.core.enhance.logback中的类
基于日志适配方式的logback的convert
AspectLogbackConverter() - 类 的构造器com.yomahub.tlog.core.enhance.logback.AspectLogbackConverter
 
AspectLogbackEncoder - com.yomahub.tlog.core.enhance.logback中的类
基于日志适配方式的logback自定义encoder
AspectLogbackEncoder() - 类 的构造器com.yomahub.tlog.core.enhance.logback.AspectLogbackEncoder
 
AspectLogbackLayout - com.yomahub.tlog.core.enhance.logback中的类
基于日志适配方式logback的自定义layout
AspectLogbackLayout() - 类 的构造器com.yomahub.tlog.core.enhance.logback.AspectLogbackLayout
 
AspectLogbackMDCConverter - com.yomahub.tlog.core.enhance.logback中的类
Logback的MDC转换器,这个类主要覆盖了start方向,目的是在pattern里如果配置了mdc的话,把全局mdc变量设为true
AspectLogbackMDCConverter() - 类 的构造器com.yomahub.tlog.core.enhance.logback.AspectLogbackMDCConverter
 
AspectLogContext - com.yomahub.tlog.core.context中的类
日志切面的上下文,用于管理当前线程以及子线程的的增强内容 这里有一段硬代码,为了适配log4j2的异步队列模式的日志
AspectLogContext() - 类 的构造器com.yomahub.tlog.core.context.AspectLogContext
 
AspectLogConvert - com.yomahub.tlog.core.convert中的接口
自定义参数转换器
AspectLogEnhance - com.yomahub.tlog.core.enhance.bytes中的类
利用javassit进行对LOG框架进行切面增强
AspectLogEnhance() - 类 的构造器com.yomahub.tlog.core.enhance.bytes.AspectLogEnhance
 
AspectLogLog4j2Converter - com.yomahub.tlog.core.enhance.log4j2中的类
log4j2的日志适配器,log4j2会自动加载插件,不需要额外配置
AspectLogLog4j2MDCConverter - com.yomahub.tlog.core.enhance.log4j2中的类
log4j2的MDC converter
这个类的绝大多数代码来源于MdcPatternConverter
真正有用的代码只是 TLogContext.setHasTLogMDC(true);

C

cleanThreadLocal() - 类 中的方法com.yomahub.tlog.core.rpc.TLogRPCHandler
 
com.yomahub.tlog.core.annotation - 程序包 com.yomahub.tlog.core.annotation
 
com.yomahub.tlog.core.aop - 程序包 com.yomahub.tlog.core.aop
 
com.yomahub.tlog.core.context - 程序包 com.yomahub.tlog.core.context
 
com.yomahub.tlog.core.convert - 程序包 com.yomahub.tlog.core.convert
 
com.yomahub.tlog.core.enhance.bytes - 程序包 com.yomahub.tlog.core.enhance.bytes
 
com.yomahub.tlog.core.enhance.bytes.log4j - 程序包 com.yomahub.tlog.core.enhance.bytes.log4j
 
com.yomahub.tlog.core.enhance.bytes.logback - 程序包 com.yomahub.tlog.core.enhance.bytes.logback
 
com.yomahub.tlog.core.enhance.log4j - 程序包 com.yomahub.tlog.core.enhance.log4j
 
com.yomahub.tlog.core.enhance.log4j.async - 程序包 com.yomahub.tlog.core.enhance.log4j.async
 
com.yomahub.tlog.core.enhance.log4j2 - 程序包 com.yomahub.tlog.core.enhance.log4j2
 
com.yomahub.tlog.core.enhance.logback - 程序包 com.yomahub.tlog.core.enhance.logback
 
com.yomahub.tlog.core.enhance.logback.async - 程序包 com.yomahub.tlog.core.enhance.logback.async
 
com.yomahub.tlog.core.mq - 程序包 com.yomahub.tlog.core.mq
 
com.yomahub.tlog.core.rpc - 程序包 com.yomahub.tlog.core.rpc
 
com.yomahub.tlog.core.thread - 程序包 com.yomahub.tlog.core.thread
 
convert(Object[]) - 接口 中的方法com.yomahub.tlog.core.convert.AspectLogConvert
 
convert(LoggingEvent) - 类 中的方法com.yomahub.tlog.core.enhance.log4j.AspectLog4jMDCPatternConverter
 
convert(LoggingEvent) - 类 中的方法com.yomahub.tlog.core.enhance.log4j.AspectLog4jPatternConverter
 
convert(ILoggingEvent) - 类 中的方法com.yomahub.tlog.core.enhance.logback.AspectLogbackConverter
 
createPatternParser(String) - 类 中的方法com.yomahub.tlog.core.enhance.log4j.AspectLog4jPatternLayout
 
cut() - 类 中的方法com.yomahub.tlog.core.aop.AspectLogAop
 

D

doAppend(LoggingEvent) - 类 中的方法com.yomahub.tlog.core.enhance.log4j.async.AspectLog4jAsyncAppender
 

E

enhance() - 类 中的静态方法com.yomahub.tlog.core.enhance.bytes.AspectLogEnhance
 
enhance(LoggingEvent, boolean, String, AppenderSkeleton) - 类 中的静态方法com.yomahub.tlog.core.enhance.bytes.log4j.Log4jBytesEnhance
 
enhance(String, Marker, Level, String, Object[], Throwable, Logger) - 类 中的静态方法com.yomahub.tlog.core.enhance.bytes.logback.LogbackBytesEnhance
 

F

finalizeConverter(char) - 类 中的方法com.yomahub.tlog.core.enhance.log4j.AspectLog4jPatternParser
 
format(LogEvent, StringBuilder) - 类 中的方法com.yomahub.tlog.core.enhance.log4j2.AspectLogLog4j2Converter
format(LogEvent, StringBuilder) - 类 中的方法com.yomahub.tlog.core.enhance.log4j2.AspectLogLog4j2MDCConverter

G

getLogValue() - 类 中的静态方法com.yomahub.tlog.core.context.AspectLogContext
 
getPreIp() - 类 中的方法com.yomahub.tlog.core.rpc.TLogLabelBean
 
getPreIvkApp() - 类 中的方法com.yomahub.tlog.core.rpc.TLogLabelBean
 
getPreIvkHost() - 类 中的方法com.yomahub.tlog.core.rpc.TLogLabelBean
 
getSpanId() - 类 中的方法com.yomahub.tlog.core.rpc.TLogLabelBean
 
getT() - 类 中的方法com.yomahub.tlog.core.mq.TLogMqWrapBean
 
getTraceId() - 类 中的方法com.yomahub.tlog.core.rpc.TLogLabelBean
 

L

log - 类 中的静态变量com.yomahub.tlog.core.rpc.TLogRPCHandler
 
Log4jBytesEnhance - com.yomahub.tlog.core.enhance.bytes.log4j中的类
Log4j的字节增强器
Log4jBytesEnhance() - 类 的构造器com.yomahub.tlog.core.enhance.bytes.log4j.Log4jBytesEnhance
 
LogbackBytesEnhance - com.yomahub.tlog.core.enhance.bytes.logback中的类
Logback的字节增强类
LogbackBytesEnhance() - 类 的构造器com.yomahub.tlog.core.enhance.bytes.logback.LogbackBytesEnhance
 

M

mqConsume(T) - 接口 中的方法com.yomahub.tlog.core.mq.TLogMqRunner
 

N

newInstance(Configuration, String[]) - 类 中的静态方法com.yomahub.tlog.core.enhance.log4j2.AspectLogLog4j2Converter
Obtains an instance of pattern converter.
newInstance(String[]) - 类 中的静态方法com.yomahub.tlog.core.enhance.log4j2.AspectLogLog4j2MDCConverter
Obtains an instance of PropertiesPatternConverter.

P

process(TLogMqWrapBean, TLogMqRunner) - 类 中的静态方法com.yomahub.tlog.core.mq.TLogMqConsumerProcessor
 
processProviderSide(TLogLabelBean) - 类 中的方法com.yomahub.tlog.core.rpc.TLogRPCHandler
 
putLogValue(String) - 类 中的静态方法com.yomahub.tlog.core.context.AspectLogContext
 

R

remove() - 类 中的静态方法com.yomahub.tlog.core.context.AspectLogContext
 
run() - 类 中的方法com.yomahub.tlog.core.thread.TLogInheritableTask
 
runTask() - 类 中的方法com.yomahub.tlog.core.thread.TLogInheritableTask
 

S

setPreIp(String) - 类 中的方法com.yomahub.tlog.core.rpc.TLogLabelBean
 
setPreIvkApp(String) - 类 中的方法com.yomahub.tlog.core.rpc.TLogLabelBean
 
setPreIvkHost(String) - 类 中的方法com.yomahub.tlog.core.rpc.TLogLabelBean
 
setSpanId(String) - 类 中的方法com.yomahub.tlog.core.rpc.TLogLabelBean
 
setT(T) - 类 中的方法com.yomahub.tlog.core.mq.TLogMqWrapBean
 
setTraceId(String) - 类 中的方法com.yomahub.tlog.core.rpc.TLogLabelBean
 
start() - 类 中的方法com.yomahub.tlog.core.enhance.logback.AspectLogbackEncoder
 
start() - 类 中的方法com.yomahub.tlog.core.enhance.logback.AspectLogbackMDCConverter
 
start() - 类 中的方法com.yomahub.tlog.core.thread.TLogInheritableTask
 

T

TLogAspect - com.yomahub.tlog.core.annotation中的注释类型
TLog的自定义注解的切面类
TLogInheritableTask - com.yomahub.tlog.core.thread中的类
线程池中使用TLog标签的增强支持类,用来解决用普通的Runnable接口可能traceId等标签无效的情况
TLogInheritableTask() - 类 的构造器com.yomahub.tlog.core.thread.TLogInheritableTask
 
TLogLabelBean - com.yomahub.tlog.core.rpc中的类
TLog的日志标签包装类
TLogLabelBean() - 类 的构造器com.yomahub.tlog.core.rpc.TLogLabelBean
 
TLogLabelBean(String, String, String, String, String) - 类 的构造器com.yomahub.tlog.core.rpc.TLogLabelBean
 
TLogMqConsumerProcessor - com.yomahub.tlog.core.mq中的类
tlog的mq消费者处理器
TLogMqConsumerProcessor() - 类 的构造器com.yomahub.tlog.core.mq.TLogMqConsumerProcessor
 
TLogMqRunner<T> - com.yomahub.tlog.core.mq中的接口
mq的具体业务执行接口
TLogMqWrapBean<T> - com.yomahub.tlog.core.mq中的类
针对于Mq的包装Bean
TLogMqWrapBean(T) - 类 的构造器com.yomahub.tlog.core.mq.TLogMqWrapBean
 
TLogRPCHandler - com.yomahub.tlog.core.rpc中的类
TLog的RPC处理逻辑的封装类
TLogRPCHandler() - 类 的构造器com.yomahub.tlog.core.rpc.TLogRPCHandler
 
A C D E F G L M N P R S T 
跳过导航链接

Copyright © 2020. All rights reserved.