B C D E F G I L M P S T V W 
All Classes All Packages

B

be.yildizgames.common.logging - module be.yildizgames.common.logging
 
be.yildizgames.common.logging - package be.yildizgames.common.logging
Contains utilities to handle logging.
build() - Method in interface be.yildizgames.common.logging.PatternBuilder
Build the formatted string.

C

clazz() - Method in interface be.yildizgames.common.logging.PatternBuilder
Append he calling class.
configureFromProperties(LoggerConfiguration) - Method in interface be.yildizgames.common.logging.LogEngine
Build a logger configuration file from properties.
CONSOLE - be.yildizgames.common.logging.LoggerConfiguration.SupportedOutput
To display logs in the console.
context(String) - Method in interface be.yildizgames.common.logging.PatternBuilder
Specify a context, usually the application name.
createPatternBuilder() - Method in interface be.yildizgames.common.logging.LogEngine
Create a new pattern builder.

D

date() - Method in interface be.yildizgames.common.logging.PatternBuilder
Append the date and time.
debug(String) - Method in class be.yildizgames.common.logging.Logger
 
debug(String, Object...) - Method in class be.yildizgames.common.logging.Logger
 
DEBUG - be.yildizgames.common.logging.LoggerLevel
To display debug message.

E

error(String) - Method in class be.yildizgames.common.logging.Logger
 
error(String) - Method in class be.yildizgames.common.logging.PreLogger
Display an error message.
error(String, Exception) - Method in class be.yildizgames.common.logging.PreLogger
Display an information message.
error(String, Object...) - Method in class be.yildizgames.common.logging.Logger
 
error(Throwable) - Method in class be.yildizgames.common.logging.Logger
 
ERROR - be.yildizgames.common.logging.LoggerLevel
To display error messages.

F

FILE - be.yildizgames.common.logging.LoggerConfiguration.SupportedOutput
To write the logs in a file.
fromProperties(Properties) - Static method in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
Create a new configuration from a properties file.

G

getLogEngine() - Method in interface be.yildizgames.common.logging.LogEngineProvider
Provide the engine.
getLogger(Class) - Static method in class be.yildizgames.common.logging.Logger
 
getLogger(Object) - Static method in class be.yildizgames.common.logging.Logger
 
getLogger(String, Module) - Method in class be.yildizgames.common.logging.SystemLoggerSlf4jProvider
 
getLoggerConfigurationFile() - Method in interface be.yildizgames.common.logging.LoggerConfiguration
Provide the file where the configuration will be written to be read by the logger engine.
getLoggerConfigurationFile() - Method in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
getLoggerLevel() - Method in interface be.yildizgames.common.logging.LoggerConfiguration
Provide the logger level to use.
getLoggerLevel() - Method in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
getLoggerOutput() - Method in interface be.yildizgames.common.logging.LoggerConfiguration
Provide the chosen logger output.
getLoggerOutput() - Method in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
getLoggerOutputFile() - Method in interface be.yildizgames.common.logging.LoggerConfiguration
Provide the file if the logger output is FILE.
getLoggerOutputFile() - Method in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
getLoggerPattern() - Method in interface be.yildizgames.common.logging.LoggerConfiguration
Provide the pattern to format the message.
getLoggerPattern() - Method in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
getLoggerProvider() - Static method in interface be.yildizgames.common.logging.LogEngineProvider
 
getLoggerTcpHost() - Method in interface be.yildizgames.common.logging.LoggerConfiguration
Provide the host if the logger output is TCP.
getLoggerTcpHost() - Method in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
getLoggerTcpPort() - Method in interface be.yildizgames.common.logging.LoggerConfiguration
Provide the port if the logger output is TCP.
getLoggerTcpPort() - Method in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
getLoggerToDisable() - Method in interface be.yildizgames.common.logging.LoggerConfiguration
 
getLoggerToDisable() - Method in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
getName() - Method in class be.yildizgames.common.logging.SystemLoggerSlf4j
 

I

info(String) - Method in class be.yildizgames.common.logging.Logger
 
info(String) - Method in class be.yildizgames.common.logging.PreLogger
Display an information message.
info(String, Object...) - Method in class be.yildizgames.common.logging.Logger
 
INFO - be.yildizgames.common.logging.LoggerLevel
To display information.
isLoggable(System.Logger.Level) - Method in class be.yildizgames.common.logging.SystemLoggerSlf4j
 

L

level() - Method in interface be.yildizgames.common.logging.PatternBuilder
Append the logger level.
log(System.Logger.Level, ResourceBundle, String, Object...) - Method in class be.yildizgames.common.logging.SystemLoggerSlf4j
 
log(System.Logger.Level, ResourceBundle, String, Throwable) - Method in class be.yildizgames.common.logging.SystemLoggerSlf4j
 
LogEngine - Interface in be.yildizgames.common.logging
Create logger instances.
LogEngineProvider - Interface in be.yildizgames.common.logging
Provide the log engine.
logger() - Method in interface be.yildizgames.common.logging.PatternBuilder
Append the logger name, usually the calling class.
Logger - Class in be.yildizgames.common.logging
 
LOGGER_CONFIGURATION_FILE_KEY - Static variable in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
LOGGER_DISABLED_KEY - Static variable in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
LOGGER_FILE_OUTPUT_KEY - Static variable in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
LOGGER_LEVEL_KEY - Static variable in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
LOGGER_OUTPUT_KEY - Static variable in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
LOGGER_PATTERN_KEY - Static variable in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
LOGGER_TCP_HOST_KEY - Static variable in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
LOGGER_TCP_PORT_KEY - Static variable in class be.yildizgames.common.logging.LoggerPropertiesConfiguration
 
LoggerConfiguration - Interface in be.yildizgames.common.logging
Parameters to configure the logger.
LoggerConfiguration.SupportedOutput - Enum in be.yildizgames.common.logging
Possible output for the logger.
LoggerLevel - Enum in be.yildizgames.common.logging
Possible levels for the logger.
LoggerPropertiesConfiguration - Class in be.yildizgames.common.logging
Logger configuration built from a property file.
LoggerPropertiesDefault - Class in be.yildizgames.common.logging
 
LoggerPropertiesDefault() - Constructor for class be.yildizgames.common.logging.LoggerPropertiesDefault
 

M

message() - Method in interface be.yildizgames.common.logging.PatternBuilder
Append the message.

P

PatternBuilder - Interface in be.yildizgames.common.logging
Create a formatted string to configure a log engine.
PreLogger - Class in be.yildizgames.common.logging
This class is used to display message before the logging is configured.
PreLogger() - Constructor for class be.yildizgames.common.logging.PreLogger
 

S

setConfigurationPath(String) - Method in interface be.yildizgames.common.logging.LogEngine
Set the path to the logger configuration file.
SystemLoggerSlf4j - Class in be.yildizgames.common.logging
This class provide an implementation for System.Logger based on SLF4J.
SystemLoggerSlf4jProvider - Class in be.yildizgames.common.logging
This create an instance of SystemLoggerSlf4j.
SystemLoggerSlf4jProvider() - Constructor for class be.yildizgames.common.logging.SystemLoggerSlf4jProvider
 

T

TCP - be.yildizgames.common.logging.LoggerConfiguration.SupportedOutput
To send the logs over TCP.
thread() - Method in interface be.yildizgames.common.logging.PatternBuilder
Append the current thread.
toString() - Method in class be.yildizgames.common.logging.SystemLoggerSlf4j
 
toString() - Method in class be.yildizgames.common.logging.SystemLoggerSlf4jProvider
 
TRACE - be.yildizgames.common.logging.LoggerLevel
To display detail messages.

V

valueOf(String) - Static method in enum be.yildizgames.common.logging.LoggerConfiguration.SupportedOutput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum be.yildizgames.common.logging.LoggerLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum be.yildizgames.common.logging.LoggerConfiguration.SupportedOutput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum be.yildizgames.common.logging.LoggerLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in class be.yildizgames.common.logging.PreLogger
Display a warning message.
WARN - be.yildizgames.common.logging.LoggerLevel
To display warnings.
warning(String) - Method in class be.yildizgames.common.logging.Logger
 
warning(String, Object...) - Method in class be.yildizgames.common.logging.Logger
 
withSeparator(String) - Method in interface be.yildizgames.common.logging.PatternBuilder
Choose the separator to use.
B C D E F G I L M P S T V W 
All Classes All Packages