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

A

addMessage(Message) - Method in class org.tinygroup.logger.impl.LogBuffer
 

C

clearAllLoggers() - Static method in class org.tinygroup.logger.LoggerFactory
移除保存在日志工厂类中的日志对象

D

decreaseTransactionDepth() - Method in class org.tinygroup.logger.impl.LogBuffer
 

E

endTransaction() - Method in class org.tinygroup.logger.impl.LoggerImpl
 
endTransaction() - Method in interface org.tinygroup.logger.Logger
结束事务日志
error(String) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
error(String, Throwable) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
error(String, Throwable, Object...) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
error(String, Throwable, Context) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
error(Throwable) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
error(String) - Method in interface org.tinygroup.logger.Logger
 
error(Throwable) - Method in interface org.tinygroup.logger.Logger
 
error(String, Throwable) - Method in interface org.tinygroup.logger.Logger
 
error(String, Throwable, Object...) - Method in interface org.tinygroup.logger.Logger
 
error(String, Throwable, Context) - Method in interface org.tinygroup.logger.Logger
 
errorMessage(String) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
errorMessage(String, Throwable) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
errorMessage(String, Throwable, Object...) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
errorMessage(String, Throwable, Context) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
errorMessage(String) - Method in interface org.tinygroup.logger.Logger
 
errorMessage(String, Throwable) - Method in interface org.tinygroup.logger.Logger
 
errorMessage(String, Throwable, Object...) - Method in interface org.tinygroup.logger.Logger
 
errorMessage(String, Throwable, Context) - Method in interface org.tinygroup.logger.Logger
 

F

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

G

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

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

I

increaseTransactionDepth() - Method in class org.tinygroup.logger.impl.LogBuffer
 
isEnabled(LogLevel) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
isEnabled(LogLevel) - Method in interface org.tinygroup.logger.Logger
判定某个级别是否启用
isSupportTransaction() - Method in class org.tinygroup.logger.impl.LoggerImpl
 
isSupportTransaction() - Method in interface org.tinygroup.logger.Logger
是否支持事务日志

L

log(LogLevel, String) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
log(LogLevel, Locale, String, Object...) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
log(LogLevel, String, Object...) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
log(LogLevel, Locale, String, Context) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
log(LogLevel, String, Context) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
log(LogLevel, String) - Method in interface org.tinygroup.logger.Logger
通过国际化方式进行记录
log(LogLevel, Locale, String, Object...) - Method in interface org.tinygroup.logger.Logger
通过国际化方式进行记录
log(LogLevel, String, Object...) - Method in interface org.tinygroup.logger.Logger
通过国际化方式进行记录
log(LogLevel, Locale, String, Context) - Method in interface org.tinygroup.logger.Logger
通过国际化方式进行记录
log(LogLevel, String, Context) - Method in interface org.tinygroup.logger.Logger
通过国际化方式进行记录
LogBuffer - Class in org.tinygroup.logger.impl
 
LogBuffer() - Constructor for class org.tinygroup.logger.impl.LogBuffer
 
Logger - Interface in org.tinygroup.logger
日志接口
LoggerFactory - Class in org.tinygroup.logger
日志工厂,用于获取Logger实例。
LoggerImpl - Class in org.tinygroup.logger.impl
 
LoggerImpl(Logger) - Constructor for class org.tinygroup.logger.impl.LoggerImpl
 
LogLevel - Enum in org.tinygroup.logger
日志级别
logMessage(LogLevel, String) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
logMessage(LogLevel, String, Throwable) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
logMessage(LogLevel, String, Object...) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
logMessage(LogLevel, String, Throwable, Object...) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
logMessage(LogLevel, String, Context) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
logMessage(LogLevel, String, Throwable, Context) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
logMessage(LogLevel, String) - Method in interface org.tinygroup.logger.Logger
不对message进行格式化直接输出
logMessage(LogLevel, String, Throwable) - Method in interface org.tinygroup.logger.Logger
 
logMessage(LogLevel, String, Object...) - Method in interface org.tinygroup.logger.Logger
不对message进行格式化直接输出
logMessage(LogLevel, String, Throwable, Object...) - Method in interface org.tinygroup.logger.Logger
 
logMessage(LogLevel, String, Context) - Method in interface org.tinygroup.logger.Logger
不对message进行格式化直接输出
logMessage(LogLevel, String, Throwable, Context) - Method in interface org.tinygroup.logger.Logger
 

M

mdc - Variable in class org.tinygroup.logger.impl.LoggerImpl
 
Message - Class in org.tinygroup.logger.impl
 
Message(LogLevel, String, long) - Constructor for class org.tinygroup.logger.impl.Message
 
Message(LogLevel, String, long, Throwable) - Constructor for class org.tinygroup.logger.impl.Message
 

O

org.tinygroup.logger - package org.tinygroup.logger
 
org.tinygroup.logger.impl - package org.tinygroup.logger.impl
 

P

putThreadVariable(String, String) - Static method in class org.tinygroup.logger.LoggerFactory
 
putToMDC(String, Object) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
putToMDC(String, Object) - Method in interface org.tinygroup.logger.Logger
往MDC存放值

R

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

S

setMaxBufferRecords(int) - Method in class org.tinygroup.logger.impl.LoggerImpl
 
setMaxBufferRecords(int) - Method in interface org.tinygroup.logger.Logger
设置缓存限制记录条数

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

T

toString() - Method in enum org.tinygroup.logger.LogLevel
 

V

valueOf(String) - Static method in enum org.tinygroup.logger.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.tinygroup.logger.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

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

Copyright © 2006–2015 TinyGroup. All rights reserved.