Index

C D E G H I T W 
All Classes and Interfaces|All Packages

C

com.helixframework.logging.logback - package com.helixframework.logging.logback
 
configure() - Static method in class com.helixframework.logging.logback.HelixLogging
Configures the logging framework based on the current environment/profile.

D

debug(String) - Method in class com.helixframework.logging.logback.HelixLogger
 
debug(String, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
debug(String, Object...) - Method in class com.helixframework.logging.logback.HelixLogger
 
debug(String, Object, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
debug(String, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
 
debug(Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
Log an exception (throwable) at the DEBUG level.
debug(Marker, String) - Method in class com.helixframework.logging.logback.HelixLogger
 
debug(Marker, String, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
debug(Marker, String, Object...) - Method in class com.helixframework.logging.logback.HelixLogger
 
debug(Marker, String, Object, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
debug(Marker, String, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
 
debug(Marker, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
Log an exception (throwable) at the DEBUG level.

E

error(String) - Method in class com.helixframework.logging.logback.HelixLogger
 
error(String, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
error(String, Object...) - Method in class com.helixframework.logging.logback.HelixLogger
 
error(String, Object, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
error(String, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
 
error(Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
Log an exception (throwable) at the ERROR level.
error(Marker, String) - Method in class com.helixframework.logging.logback.HelixLogger
 
error(Marker, String, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
error(Marker, String, Object...) - Method in class com.helixframework.logging.logback.HelixLogger
 
error(Marker, String, Object, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
error(Marker, String, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
 
error(Marker, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
Log an exception (throwable) at the ERROR level.

G

getLogger(Class<?>) - Static method in class com.helixframework.logging.logback.HelixLoggerFactory
Retrieves a logger instance for the specified class.
getLogger(String) - Static method in class com.helixframework.logging.logback.HelixLoggerFactory
Retrieves a logger instance for the specified logger name.
getName() - Method in class com.helixframework.logging.logback.HelixLogger
 

H

HelixLogger - Class in com.helixframework.logging.logback
HelixLogger is a decorator class that implements the Logger interface.
HelixLogger(Logger) - Constructor for class com.helixframework.logging.logback.HelixLogger
 
HelixLoggerFactory - Class in com.helixframework.logging.logback
The `HelixLoggerFactory` class is a factory class that provides methods for retrieving logger instances.
HelixLogging - Class in com.helixframework.logging.logback
The HelixLogging class is responsible for configuring the logging framework used in the Helix project.

I

info(String) - Method in class com.helixframework.logging.logback.HelixLogger
 
info(String, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
info(String, Object...) - Method in class com.helixframework.logging.logback.HelixLogger
 
info(String, Object, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
info(String, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
 
info(Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
Log an exception (throwable) at the INFO level.
info(Marker, String) - Method in class com.helixframework.logging.logback.HelixLogger
 
info(Marker, String, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
info(Marker, String, Object...) - Method in class com.helixframework.logging.logback.HelixLogger
 
info(Marker, String, Object, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
info(Marker, String, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
 
info(Marker, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
Log an exception (throwable) at the INFO level.
isDebugEnabled() - Method in class com.helixframework.logging.logback.HelixLogger
 
isDebugEnabled(Marker) - Method in class com.helixframework.logging.logback.HelixLogger
 
isErrorEnabled() - Method in class com.helixframework.logging.logback.HelixLogger
 
isErrorEnabled(Marker) - Method in class com.helixframework.logging.logback.HelixLogger
 
isInfoEnabled() - Method in class com.helixframework.logging.logback.HelixLogger
 
isInfoEnabled(Marker) - Method in class com.helixframework.logging.logback.HelixLogger
 
isTraceEnabled() - Method in class com.helixframework.logging.logback.HelixLogger
 
isTraceEnabled(Marker) - Method in class com.helixframework.logging.logback.HelixLogger
 
isWarnEnabled() - Method in class com.helixframework.logging.logback.HelixLogger
 
isWarnEnabled(Marker) - Method in class com.helixframework.logging.logback.HelixLogger
 

T

trace(String) - Method in class com.helixframework.logging.logback.HelixLogger
 
trace(String, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
trace(String, Object...) - Method in class com.helixframework.logging.logback.HelixLogger
 
trace(String, Object, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
trace(String, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
 
trace(Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
Log an exception (throwable) at the TRACE level.
trace(Marker, String) - Method in class com.helixframework.logging.logback.HelixLogger
 
trace(Marker, String, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
trace(Marker, String, Object...) - Method in class com.helixframework.logging.logback.HelixLogger
 
trace(Marker, String, Object, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
trace(Marker, String, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
 
trace(Marker, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
Log an exception (throwable) at the TRACE level.

W

warn(String) - Method in class com.helixframework.logging.logback.HelixLogger
 
warn(String, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
warn(String, Object...) - Method in class com.helixframework.logging.logback.HelixLogger
 
warn(String, Object, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
warn(String, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
 
warn(Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
Log an exception (throwable) at the WARN level.
warn(Marker, String) - Method in class com.helixframework.logging.logback.HelixLogger
 
warn(Marker, String, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
warn(Marker, String, Object...) - Method in class com.helixframework.logging.logback.HelixLogger
 
warn(Marker, String, Object, Object) - Method in class com.helixframework.logging.logback.HelixLogger
 
warn(Marker, String, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
 
warn(Marker, Throwable) - Method in class com.helixframework.logging.logback.HelixLogger
Log an exception (throwable) at the WARN level.
C D E G H I T W 
All Classes and Interfaces|All Packages