A C D E F G I L M O P R S T V

A

addMessage(Message) - 类 org.tinygroup.logger.impl.LogBuffer 中的方法
 

C

clearAllLoggers() - 类 org.tinygroup.logger.LoggerFactory 中的静态方法
移除保存在日志工厂类中的日志对象

D

decreaseTransactionDepth() - 类 org.tinygroup.logger.impl.LogBuffer 中的方法
 

E

endTransaction() - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
endTransaction() - 接口 org.tinygroup.logger.Logger 中的方法
结束事务日志
error(String) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
error(String, Throwable) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
error(String, Throwable, Object...) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
error(String, Throwable, Context) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
error(Throwable) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
error(String) - 接口 org.tinygroup.logger.Logger 中的方法
 
error(Throwable) - 接口 org.tinygroup.logger.Logger 中的方法
 
error(String, Throwable) - 接口 org.tinygroup.logger.Logger 中的方法
 
error(String, Throwable, Object...) - 接口 org.tinygroup.logger.Logger 中的方法
 
error(String, Throwable, Context) - 接口 org.tinygroup.logger.Logger 中的方法
 
errorMessage(String) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
errorMessage(String, Throwable) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
errorMessage(String, Throwable, Object...) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
errorMessage(String, Throwable, Context) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
errorMessage(String) - 接口 org.tinygroup.logger.Logger 中的方法
 
errorMessage(String, Throwable) - 接口 org.tinygroup.logger.Logger 中的方法
 
errorMessage(String, Throwable, Object...) - 接口 org.tinygroup.logger.Logger 中的方法
 
errorMessage(String, Throwable, Context) - 接口 org.tinygroup.logger.Logger 中的方法
 

F

flushTransaction() - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
flushTransaction() - 接口 org.tinygroup.logger.Logger 中的方法
把事务日志缓冲中的内容写入到日志当中,慎用
由哪个日志记录器发起,则会用哪个日志记录器记录

G

getILoggerFactory() - 类 org.tinygroup.logger.LoggerFactory 中的方法
 
getLevel() - 类 org.tinygroup.logger.impl.Message 中的方法
 
getLogBuffer() - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
getLogBuffer() - 接口 org.tinygroup.logger.Logger 中的方法
获取日志缓冲
getLogger() - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
getLogger() - 接口 org.tinygroup.logger.Logger 中的方法
返回原生的日志记录器,,慎用
采用此日志记录器,则缓冲,国际化等都无法使用
getLogger(Class<?>) - 类 org.tinygroup.logger.LoggerFactory 中的静态方法
 
getLogger(String) - 类 org.tinygroup.logger.LoggerFactory 中的静态方法
 
getLogMessages() - 类 org.tinygroup.logger.impl.LogBuffer 中的方法
 
getMaxBufferRecords() - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
getMaxBufferRecords() - 接口 org.tinygroup.logger.Logger 中的方法
返回缓存限制记录条数

说明:该参数在日志对象被置为缓存模式后才有效,
若缓存待输出日志条数超过该参数,插件将调用
flush方法输出日志并清空缓存。
getMessage() - 类 org.tinygroup.logger.impl.Message 中的方法
 
getThreadLogLevel() - 类 org.tinygroup.logger.LoggerFactory 中的静态方法
 
getThreadVariableMap() - 类 org.tinygroup.logger.LoggerFactory 中的静态方法
 
getThrowable() - 类 org.tinygroup.logger.impl.Message 中的方法
 
getTime() - 类 org.tinygroup.logger.impl.Message 中的方法
 
getTimes() - 类 org.tinygroup.logger.impl.LogBuffer 中的方法
 

I

increaseTransactionDepth() - 类 org.tinygroup.logger.impl.LogBuffer 中的方法
 
isEnabled(LogLevel) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
isEnabled(LogLevel) - 接口 org.tinygroup.logger.Logger 中的方法
判定某个级别是否启用
isSupportTransaction() - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
isSupportTransaction() - 接口 org.tinygroup.logger.Logger 中的方法
是否支持事务日志

L

log(LogLevel, String) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
log(LogLevel, Locale, String, Object...) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
log(LogLevel, String, Object...) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
log(LogLevel, Locale, String, Context) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
log(LogLevel, String, Context) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
log(LogLevel, String) - 接口 org.tinygroup.logger.Logger 中的方法
通过国际化方式进行记录
log(LogLevel, Locale, String, Object...) - 接口 org.tinygroup.logger.Logger 中的方法
通过国际化方式进行记录
log(LogLevel, String, Object...) - 接口 org.tinygroup.logger.Logger 中的方法
通过国际化方式进行记录
log(LogLevel, Locale, String, Context) - 接口 org.tinygroup.logger.Logger 中的方法
通过国际化方式进行记录
log(LogLevel, String, Context) - 接口 org.tinygroup.logger.Logger 中的方法
通过国际化方式进行记录
LogBuffer - org.tinygroup.logger.impl 中的 类
 
LogBuffer() - 类 org.tinygroup.logger.impl.LogBuffer 的构造方法
 
Logger - org.tinygroup.logger 中的 接口
日志接口
LoggerFactory - org.tinygroup.logger 中的 类
日志工厂,用于获取Logger实例。
LoggerImpl - org.tinygroup.logger.impl 中的 类
 
LoggerImpl(Logger) - 类 org.tinygroup.logger.impl.LoggerImpl 的构造方法
 
LogLevel - org.tinygroup.logger 中的 枚举
日志级别
logMessage(LogLevel, String) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
logMessage(LogLevel, String, Throwable) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
logMessage(LogLevel, String, Object...) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
logMessage(LogLevel, String, Throwable, Object...) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
logMessage(LogLevel, String, Context) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
logMessage(LogLevel, String, Throwable, Context) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
logMessage(LogLevel, String) - 接口 org.tinygroup.logger.Logger 中的方法
不对message进行格式化直接输出
logMessage(LogLevel, String, Throwable) - 接口 org.tinygroup.logger.Logger 中的方法
 
logMessage(LogLevel, String, Object...) - 接口 org.tinygroup.logger.Logger 中的方法
不对message进行格式化直接输出
logMessage(LogLevel, String, Throwable, Object...) - 接口 org.tinygroup.logger.Logger 中的方法
 
logMessage(LogLevel, String, Context) - 接口 org.tinygroup.logger.Logger 中的方法
不对message进行格式化直接输出
logMessage(LogLevel, String, Throwable, Context) - 接口 org.tinygroup.logger.Logger 中的方法
 

M

mdc - 类 org.tinygroup.logger.impl.LoggerImpl 中的变量
 
Message - org.tinygroup.logger.impl 中的 类
 
Message(LogLevel, String, long) - 类 org.tinygroup.logger.impl.Message 的构造方法
 
Message(LogLevel, String, long, Throwable) - 类 org.tinygroup.logger.impl.Message 的构造方法
 

O

org.tinygroup.logger - 软件包 org.tinygroup.logger
 
org.tinygroup.logger.impl - 软件包 org.tinygroup.logger.impl
 

P

putThreadVariable(String, String) - 类 org.tinygroup.logger.LoggerFactory 中的静态方法
 
putToMDC(String, Object) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
putToMDC(String, Object) - 接口 org.tinygroup.logger.Logger 中的方法
往MDC存放值

R

removeFromMDC(String) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
removeFromMDC(String) - 接口 org.tinygroup.logger.Logger 中的方法
移除MDC中变量值
removeLogBuffer() - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
removeLogBuffer() - 接口 org.tinygroup.logger.Logger 中的方法
删除日志缓冲
reset() - 类 org.tinygroup.logger.impl.LogBuffer 中的方法
 
resetTransaction() - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
resetTransaction() - 接口 org.tinygroup.logger.Logger 中的方法
重置事务日志,记数器归零,内容清空,一般在最上层调用,否则会导致缓冲内容丢失,慎用

S

setMaxBufferRecords(int) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
setMaxBufferRecords(int) - 接口 org.tinygroup.logger.Logger 中的方法
设置缓存限制记录条数

说明:当日志对象被置为缓存模式后,该参数用于
限制缓存允许的最大记录条数。
setSupportTransaction(boolean) - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
setSupportTransaction(boolean) - 接口 org.tinygroup.logger.Logger 中的方法
设置事务日志支持方式
setThreadLogLevel(LogLevel) - 类 org.tinygroup.logger.LoggerFactory 中的静态方法
 
setTime(long) - 类 org.tinygroup.logger.impl.Message 中的方法
 
startTransaction() - 类 org.tinygroup.logger.impl.LoggerImpl 中的方法
 
startTransaction() - 接口 org.tinygroup.logger.Logger 中的方法
开始事务日志

T

toString() - 枚举 org.tinygroup.logger.LogLevel 中的方法
 

V

valueOf(String) - 枚举 org.tinygroup.logger.LogLevel 中的静态方法
返回带有指定名称的该类型的枚举常量。
values() - 枚举 org.tinygroup.logger.LogLevel 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。

A C D E F G I L M O P R S T V

Copyright © 2006–2016 TinyGroup. All rights reserved.