Skip navigation links
A B C D E F G I L M P R S U V W Y 

A

addDefaultProperty(String, String) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Properties that are added with this method will be appended to all future messages that are sent to Mixpanel.
addDefaultProperty(String, String) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Properties that are added with this method will be appended to all future messages that are sent to Mixpanel.
addMessage(String, Map<String, String>) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Add a new message to the Mixpanel delivery queue.
addMessage(String, Map<String, String>) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Add a new message to the Mixpanel delivery queue.

B

BLUE - Static variable in class io.fi0x.javalogger.logging.Logger
 
BLUE - Static variable in class io.fi0x.javalogger.logging.Logger
 

C

CODE(int) - Method in class io.fi0x.javalogger.logging.LogEntry
Set a specific error code for the LogEntry to use.
CODE(int) - Method in class io.fi0x.javalogger.logging.LogEntry
Set a specific error code for the LogEntry to use.
COLOR(String) - Method in class io.fi0x.javalogger.logging.LogEntry
Change the color that should be used when the LogEntry is printed.
COLOR(String) - Method in class io.fi0x.javalogger.logging.LogEntry
Change the color that should be used when the LogEntry is printed.
createNewTemplate(String, String, String, boolean, boolean, boolean, boolean, boolean, String) - Static method in class io.fi0x.javalogger.logging.Logger
Create a new LogTemplate for logging that can be used to quickly create a new LogEntry.
createNewTemplate(Enum<?>, String, String, boolean, boolean, boolean, boolean, boolean, String) - Static method in class io.fi0x.javalogger.logging.Logger
 
createNewTemplate(String, String, String, boolean, boolean, boolean, boolean, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
createNewTemplate(String, String, String, boolean, boolean, boolean, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
createNewTemplate(String, String, String, boolean, boolean, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
createNewTemplate(String, String, String, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
createNewTemplate(String, String, String) - Static method in class io.fi0x.javalogger.logging.Logger
 
createNewTemplate(String, String, String, boolean, boolean, boolean, boolean, boolean, String) - Static method in class io.fi0x.javalogger.logging.Logger
Create a new LogTemplate for logging that can be used to quickly create a new LogEntry.
createNewTemplate(Enum<?>, String, String, boolean, boolean, boolean, boolean, boolean, String) - Static method in class io.fi0x.javalogger.logging.Logger
 
createNewTemplate(String, String, String, boolean, boolean, boolean, boolean, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
createNewTemplate(String, String, String, boolean, boolean, boolean, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
createNewTemplate(String, String, String, boolean, boolean, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
createNewTemplate(String, String, String, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
createNewTemplate(String, String, String) - Static method in class io.fi0x.javalogger.logging.Logger
 
CYAN - Static variable in class io.fi0x.javalogger.logging.Logger
 
CYAN - Static variable in class io.fi0x.javalogger.logging.Logger
 

D

DEBUG(boolean) - Method in class io.fi0x.javalogger.logging.LogEntry
Set the debug-state of this LogEntry.
DEBUG(boolean) - Method in class io.fi0x.javalogger.logging.LogEntry
Set the debug-state of this LogEntry.

E

EXCEPTION(Exception) - Method in class io.fi0x.javalogger.logging.LogEntry
Add an Exception to the LogEntry.
EXCEPTION(Exception) - Method in class io.fi0x.javalogger.logging.LogEntry
Add an Exception to the LogEntry.

F

FILE_ENTRY(boolean) - Method in class io.fi0x.javalogger.logging.LogEntry
Set weather the LogEntry should be stored in the log-file or not.
FILE_ENTRY(boolean) - Method in class io.fi0x.javalogger.logging.LogEntry
Set weather the LogEntry should be stored in the log-file or not.

G

getInstance() - Static method in class io.fi0x.javalogger.logging.Logger
Get the Logger-singleton and create it if it does not exist yet.
getInstance() - Static method in class io.fi0x.javalogger.logging.Logger
Get the Logger-singleton and create it if it does not exist yet.
GREEN - Static variable in class io.fi0x.javalogger.logging.Logger
 
GREEN - Static variable in class io.fi0x.javalogger.logging.Logger
 

I

io.fi0x.javalogger.logging - package io.fi0x.javalogger.logging
 
io.fi0x.javalogger.mixpanel - package io.fi0x.javalogger.mixpanel
 

L

LEVEL(String) - Method in class io.fi0x.javalogger.logging.LogEntry
Change the logging-level that should be used for this LogEntry.
LEVEL(String) - Method in class io.fi0x.javalogger.logging.LogEntry
Change the logging-level that should be used for this LogEntry.
log(LogEntry) - Static method in class io.fi0x.javalogger.logging.Logger
Print the LogEntry provided with the settings that are stored in the LogEntry.
log(String, String) - Static method in class io.fi0x.javalogger.logging.Logger
Create a LogEntry with the specified text and LogTemplate.
log(String, Enum<?>) - Static method in class io.fi0x.javalogger.logging.Logger
 
log(LogEntry) - Static method in class io.fi0x.javalogger.logging.Logger
Print the LogEntry provided with the settings that are stored in the LogEntry.
log(String, String) - Static method in class io.fi0x.javalogger.logging.Logger
Create a LogEntry with the specified text and LogTemplate.
log(String, Enum<?>) - Static method in class io.fi0x.javalogger.logging.Logger
 
LogEntry - Class in io.fi0x.javalogger.logging
This class provides all information that are needed to print and / or save a LogEntry.
LogEntry - Class in io.fi0x.javalogger.logging
This class provides all information that are needed to print and / or save a LogEntry.
LogEntry(String) - Constructor for class io.fi0x.javalogger.logging.LogEntry
Create a new LogEntry with the given text.
LogEntry(String, String) - Constructor for class io.fi0x.javalogger.logging.LogEntry
Create a new LogEntry with the provided text, based on the given LogTemplate-name.
LogEntry(String) - Constructor for class io.fi0x.javalogger.logging.LogEntry
Create a new LogEntry with the given text.
LogEntry(String, String) - Constructor for class io.fi0x.javalogger.logging.LogEntry
Create a new LogEntry with the provided text, based on the given LogTemplate-name.
Logger - Class in io.fi0x.javalogger.logging
This class can be used for logging to the default output and to a log-file.
Logger - Class in io.fi0x.javalogger.logging
This class can be used for logging to the default output and to a log-file.

M

MIXPANEL(boolean) - Method in class io.fi0x.javalogger.logging.LogEntry
Require this LogEntry to send its information to Mixpanel.
MIXPANEL(boolean) - Method in class io.fi0x.javalogger.logging.LogEntry
Require this LogEntry to send its information to Mixpanel.
MixpanelHandler - Class in io.fi0x.javalogger.mixpanel
 
MixpanelHandler - Class in io.fi0x.javalogger.mixpanel
 
MIXPANELNAME(String) - Method in class io.fi0x.javalogger.logging.LogEntry
Change the Mixpanel event name for this LogEntry.
MIXPANELNAME(String) - Method in class io.fi0x.javalogger.logging.LogEntry
Change the Mixpanel event name for this LogEntry.

P

PLAINTEXT(boolean) - Method in class io.fi0x.javalogger.logging.LogEntry
Stop this LogEntry from using the prefix information.
PLAINTEXT(boolean) - Method in class io.fi0x.javalogger.logging.LogEntry
Stop this LogEntry from using the prefix information.
PURPLE - Static variable in class io.fi0x.javalogger.logging.Logger
 
PURPLE - Static variable in class io.fi0x.javalogger.logging.Logger
 

R

RED - Static variable in class io.fi0x.javalogger.logging.Logger
 
RED - Static variable in class io.fi0x.javalogger.logging.Logger
 

S

sendMessages() - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Send all collected messages to Mixpanel immediately.
sendMessages() - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Send all collected messages to Mixpanel immediately.
setDebug(boolean) - Method in class io.fi0x.javalogger.logging.Logger
Change the current debug-mode.
setDebug(boolean) - Method in class io.fi0x.javalogger.logging.Logger
Change the current debug-mode.
setLogFolder(File) - Method in class io.fi0x.javalogger.logging.Logger
Change the folder where log-files should be stored.
setLogFolder(File) - Method in class io.fi0x.javalogger.logging.Logger
Change the folder where log-files should be stored.
setMilliDelay(long) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Set the minimum millisecond delay between each mixpanel delivery.
setMilliDelay(long) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Set the minimum millisecond delay between each mixpanel delivery.
setProjectToken(String) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Set the project-token that can be obtained from Mixpanel.
setProjectToken(String) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Set the project-token that can be obtained from Mixpanel.
setSmallLog(boolean) - Method in class io.fi0x.javalogger.logging.Logger
Change the way LogEntrys are displayed.
setSmallLog(boolean) - Method in class io.fi0x.javalogger.logging.Logger
Change the way LogEntrys are displayed.
setUniqueUserID(String) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Set a distinct ID for all Mixpanel messages sent from this application-instance.
setUniqueUserID(String) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Set a distinct ID for all Mixpanel messages sent from this application-instance.
setVerbose(boolean) - Method in class io.fi0x.javalogger.logging.Logger
Change the current verbose-mode.
setVerbose(boolean) - Method in class io.fi0x.javalogger.logging.Logger
Change the current verbose-mode.
startAutoUploader(long) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Deprecated.
startAutoUploader(long) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Deprecated.
stopAutoUploader(boolean) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Deprecated.
stopAutoUploader(boolean) - Static method in class io.fi0x.javalogger.mixpanel.MixpanelHandler
Deprecated.

U

updateTemplate(String, String, String, boolean, boolean, boolean, boolean, boolean, String) - Static method in class io.fi0x.javalogger.logging.Logger
Update a specific LogTemplate.
updateTemplate(String, String, String, boolean, boolean, boolean, boolean, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
updateTemplate(String, String, String, boolean, boolean, boolean, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
updateTemplate(String, String, String, boolean, boolean, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
updateTemplate(String, String, String, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
updateTemplate(String, String, String) - Static method in class io.fi0x.javalogger.logging.Logger
 
updateTemplate(String, String, String, boolean, boolean, boolean, boolean, boolean, String) - Static method in class io.fi0x.javalogger.logging.Logger
Update a specific LogTemplate.
updateTemplate(String, String, String, boolean, boolean, boolean, boolean, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
updateTemplate(String, String, String, boolean, boolean, boolean, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
updateTemplate(String, String, String, boolean, boolean, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
updateTemplate(String, String, String, boolean) - Static method in class io.fi0x.javalogger.logging.Logger
 
updateTemplate(String, String, String) - Static method in class io.fi0x.javalogger.logging.Logger
 

V

VERBOSE(boolean) - Method in class io.fi0x.javalogger.logging.LogEntry
Set the verbose-state of this LogEntry.
VERBOSE(boolean) - Method in class io.fi0x.javalogger.logging.LogEntry
Set the verbose-state of this LogEntry.

W

WHITE - Static variable in class io.fi0x.javalogger.logging.Logger
 
WHITE - Static variable in class io.fi0x.javalogger.logging.Logger
 

Y

YELLOW - Static variable in class io.fi0x.javalogger.logging.Logger
 
YELLOW - Static variable in class io.fi0x.javalogger.logging.Logger
 
A B C D E F G I L M P R S U V W Y 
Skip navigation links

Copyright © 2022. All rights reserved.