A C D E G H I L N R S W 

A

addCallback(LogCallback) - Static method in class de.binfalse.bflog.LOGGER
 
addLevel(int) - Static method in class de.binfalse.bflog.LOGGER
Adds a log level.

C

closeLogger() - Static method in class de.binfalse.bflog.LOGGER
Close the logger.

D

dateformat - Static variable in class de.binfalse.bflog.LOGGER
The Constant date format that is used in log messages.
de.binfalse.bflog - package de.binfalse.bflog
 
de.binfalse.bflog.samplecallbacks - package de.binfalse.bflog.samplecallbacks
 
DEBUG - Static variable in class de.binfalse.bflog.LOGGER
The Constant DEBUG.
debug(String, Exception) - Static method in class de.binfalse.bflog.LOGGER
Deprecated.
use debug(Exception e, String... msg) instead
debug(Exception, Object...) - Static method in class de.binfalse.bflog.LOGGER
Log a debug message.
debug(Object...) - Static method in class de.binfalse.bflog.LOGGER
Log a debug message.

E

ERROR - Static variable in class de.binfalse.bflog.LOGGER
The Constant ERROR.
error(String, Exception) - Static method in class de.binfalse.bflog.LOGGER
Deprecated.
use error(Exception e, String... msg) instead
error(Exception, Object...) - Static method in class de.binfalse.bflog.LOGGER
Log an error.
error(Object...) - Static method in class de.binfalse.bflog.LOGGER
Log an error.

G

getDebugs() - Method in class de.binfalse.bflog.samplecallbacks.LogCollector
Gets the debugs.
getErrors() - Method in class de.binfalse.bflog.samplecallbacks.LogCollector
Gets the errors.
getInfos() - Method in class de.binfalse.bflog.samplecallbacks.LogCollector
Gets the infos.
getWarnings() - Method in class de.binfalse.bflog.samplecallbacks.LogCollector
Gets the warnings.

H

hasLevel(int) - Static method in class de.binfalse.bflog.LOGGER
Checks for a log level.

I

INFO - Static variable in class de.binfalse.bflog.LOGGER
The Constant INFO.
info(String, Exception) - Static method in class de.binfalse.bflog.LOGGER
Deprecated.
use info(Exception e, String... msg) instead
info(Exception, Object...) - Static method in class de.binfalse.bflog.LOGGER
Log an info message.
info(Object...) - Static method in class de.binfalse.bflog.LOGGER
Log an info message.
isDebugEnabled() - Static method in class de.binfalse.bflog.LOGGER
Checks if debug is enabled.
isErrorEnabled() - Static method in class de.binfalse.bflog.LOGGER
Checks if error is enabled.
isInfoEnabled() - Static method in class de.binfalse.bflog.LOGGER
Checks if info is enabled.
isWarnEnabled() - Static method in class de.binfalse.bflog.LOGGER
Checks if warn is enabled.

L

LogCallback - Interface in de.binfalse.bflog
The Interface LogCallback to react on log events.
LogCollector - Class in de.binfalse.bflog.samplecallbacks
LogCollector collects all messages.
LogCollector() - Constructor for class de.binfalse.bflog.samplecallbacks.LogCollector
Instantiates a new log collector.
LogFire - Class in de.binfalse.bflog.samplecallbacks
Just an example that will execute something in case of errors or warnings.
LogFire() - Constructor for class de.binfalse.bflog.samplecallbacks.LogFire
 
logged(int, String) - Method in interface de.binfalse.bflog.LogCallback
Post-handle a logged message.
logged(int, String) - Method in class de.binfalse.bflog.samplecallbacks.LogCollector
 
logged(int, String) - Method in class de.binfalse.bflog.samplecallbacks.LogFire
 
LOGGER - Class in de.binfalse.bflog
LOGGER is a tiny and simple logging framework.
LOGGER() - Constructor for class de.binfalse.bflog.LOGGER
 
logLevel - Static variable in class de.binfalse.bflog.LOGGER
The log level, defaults to warning and error messages.

N

NEWLINE - Static variable in class de.binfalse.bflog.LOGGER
The os independent new line char

R

rmCallBack(LogCallback) - Static method in class de.binfalse.bflog.LOGGER
 
rmLevel(int) - Static method in class de.binfalse.bflog.LOGGER
Removes a level.

S

setLevel(int) - Static method in class de.binfalse.bflog.LOGGER
Sets the exclusive level.
setLogFile(String) - Static method in class de.binfalse.bflog.LOGGER
Define the file to write the log to.
setLogFile(File) - Static method in class de.binfalse.bflog.LOGGER
Define the file to write the logs to.
setLogStackTrace(boolean) - Static method in class de.binfalse.bflog.LOGGER
Should we log stack traces? If you pass true you'll find a stacktrace after the log message which passed an exception, otherwise (default) only the exception class and the corresponding message will be logged.
setLogToFile(boolean) - Static method in class de.binfalse.bflog.LOGGER
Should we write to the log file? Only successful if log file was defined previously.
setLogToStdErr(boolean) - Static method in class de.binfalse.bflog.LOGGER
Should we log to std::err? default: true
setLogToStdOut(boolean) - Static method in class de.binfalse.bflog.LOGGER
Should we log to std::out? default: false
setMinLevel(int) - Static method in class de.binfalse.bflog.LOGGER
Sets the min log level.

W

WARN - Static variable in class de.binfalse.bflog.LOGGER
The Constant WARN.
warn(String, Exception) - Static method in class de.binfalse.bflog.LOGGER
Deprecated.
use warn(Exception e, String... msg) instead
warn(Exception, Object...) - Static method in class de.binfalse.bflog.LOGGER
Log a warning message.
warn(Object...) - Static method in class de.binfalse.bflog.LOGGER
Log a warning message.
A C D E G H I L N R S W 

Copyright © 2014. All rights reserved.