Skip navigation links
A C D E F G I L M N O S T W 

A

ANSI_BLACK - Static variable in class net.jmatrix.console.log.ANSIColorFormatter
 
ANSI_BLUE - Static variable in class net.jmatrix.console.log.ANSIColorFormatter
 
ANSI_CYAN - Static variable in class net.jmatrix.console.log.ANSIColorFormatter
 
ANSI_GREEN - Static variable in class net.jmatrix.console.log.ANSIColorFormatter
 
ANSI_PURPLE - Static variable in class net.jmatrix.console.log.ANSIColorFormatter
 
ANSI_RED - Static variable in class net.jmatrix.console.log.ANSIColorFormatter
 
ANSI_RESET - Static variable in class net.jmatrix.console.log.ANSIColorFormatter
 
ANSI_WHITE - Static variable in class net.jmatrix.console.log.ANSIColorFormatter
 
ANSI_YELLOW - Static variable in class net.jmatrix.console.log.ANSIColorFormatter
 
ANSIColorFormatter - Class in net.jmatrix.console.log
 
ANSIColorFormatter() - Constructor for class net.jmatrix.console.log.ANSIColorFormatter
 
ANSIColorFormatter - Static variable in class net.jmatrix.console.log.ColorConsoleConfig
 

C

ColorConsoleConfig - Class in net.jmatrix.console.log
 
ColorConsoleConfig() - Constructor for class net.jmatrix.console.log.ColorConsoleConfig
 
ColorConsoleLogger - Class in net.jmatrix.console.log
 
ColorConsoleLogger(String) - Constructor for class net.jmatrix.console.log.ColorConsoleLogger
 
configure(Properties) - Static method in class net.jmatrix.console.log.ColorConsoleConfig
 
ConsoleLoggerFactory - Class in net.jmatrix.console.log
 
ConsoleLoggerFactory() - Constructor for class net.jmatrix.console.log.ConsoleLoggerFactory
 
ConsoleLogWriter - Class in net.jmatrix.console.log
Responsible for writing, with color, if able.
ConsoleLogWriter() - Constructor for class net.jmatrix.console.log.ConsoleLogWriter
 

D

debug(String) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
debug(String, Object) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
debug(String, Object, Object) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
debug(String, Object...) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
debug(String, Throwable) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 

E

error(String) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
error(String, Object) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
error(String, Object, Object) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
error(String, Object...) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
error(String, Throwable) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 

F

format(LogRecord) - Method in class net.jmatrix.console.log.ANSIColorFormatter
 
format(LogRecord) - Method in class net.jmatrix.console.log.SimpleFormatter
 

G

getFormatter() - Static method in class net.jmatrix.console.log.ColorConsoleLogger
 
getGlobalLevel() - Static method in class net.jmatrix.console.log.ColorConsoleLogger
 
getLogger(String) - Method in class net.jmatrix.console.log.ConsoleLoggerFactory
 
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
 
getWriter() - Static method in class net.jmatrix.console.log.ColorConsoleLogger
 

I

info(String) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
info(String, Object) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
info(String, Object, Object) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
info(String, Object...) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
info(String, Throwable) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
isDebugEnabled() - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
isErrorEnabled() - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
isInfoEnabled() - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
isTraceEnabled() - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
isWarnEnabled() - Method in class net.jmatrix.console.log.ColorConsoleLogger
 

L

LogWriter - Interface in net.jmatrix.console.log
 

M

main(String[]) - Static method in class net.jmatrix.console.log.TestMain
 

N

net.jmatrix.console.log - package net.jmatrix.console.log
 

O

org.slf4j.impl - package org.slf4j.impl
 

S

setAsJavaUtilLoggingHandler() - Static method in class net.jmatrix.console.log.ColorConsoleConfig
 
setDefaultStream(PrintStream) - Method in class net.jmatrix.console.log.ConsoleLogWriter
 
setFormatter(String) - Static method in class net.jmatrix.console.log.ColorConsoleConfig
 
setFormatter(Formatter) - Static method in class net.jmatrix.console.log.ColorConsoleLogger
 
setGlobalLevel(Level) - Static method in class net.jmatrix.console.log.ColorConsoleLogger
 
setLevel(Level) - Static method in class net.jmatrix.console.log.ColorConsoleConfig
 
setLevelColor(Level, String) - Method in class net.jmatrix.console.log.ANSIColorFormatter
 
setLevelStream(Level, PrintStream) - Method in class net.jmatrix.console.log.ConsoleLogWriter
 
setWriter(LogWriter) - Static method in class net.jmatrix.console.log.ColorConsoleLogger
 
SimpleFormatter - Static variable in class net.jmatrix.console.log.ColorConsoleConfig
 
SimpleFormatter - Class in net.jmatrix.console.log
 
SimpleFormatter() - Constructor for class net.jmatrix.console.log.SimpleFormatter
 
StaticLoggerBinder - Class in org.slf4j.impl
 
StaticLoggerBinder() - Constructor for class org.slf4j.impl.StaticLoggerBinder
 

T

TestMain - Class in net.jmatrix.console.log
 
TestMain() - Constructor for class net.jmatrix.console.log.TestMain
 
trace(String) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
trace(String, Object) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
trace(String, Object, Object) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
trace(String, Object...) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
trace(String, Throwable) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 

W

warn(String) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
warn(String, Object) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
warn(String, Object...) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
warn(String, Object, Object) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
warn(String, Throwable) - Method in class net.jmatrix.console.log.ColorConsoleLogger
 
write(Level, String) - Method in class net.jmatrix.console.log.ConsoleLogWriter
 
write(Level, String) - Method in interface net.jmatrix.console.log.LogWriter
 
A C D E F G I L M N O S T W 
Skip navigation links