A C D E F G I J L N T W 
All Classes All Packages

A

add(String, double) - Method in interface io.axway.alf.Arguments
Adds a double argument
add(String, double) - Method in class io.axway.alf.formatter.JsonWriter
 
add(String, int) - Method in interface io.axway.alf.Arguments
Adds an integer argument
add(String, int) - Method in class io.axway.alf.formatter.JsonWriter
 
add(String, long) - Method in interface io.axway.alf.Arguments
Adds a long argument
add(String, long) - Method in class io.axway.alf.formatter.JsonWriter
 
add(String, Object) - Method in interface io.axway.alf.Arguments
Adds an argument
add(String, Object) - Method in class io.axway.alf.formatter.JsonWriter
 
add(String, String) - Method in interface io.axway.alf.Arguments
Adds a String argument
add(String, String) - Method in class io.axway.alf.formatter.JsonWriter
 
add(String, Consumer<Arguments>) - Method in interface io.axway.alf.Arguments
Adds nested arguments
add(String, Consumer<Arguments>) - Method in class io.axway.alf.formatter.JsonWriter
 
Arguments - Interface in io.axway.alf
Collector of message arguments
Assertion - Class in io.axway.alf.assertion
 

C

checkArgument(boolean, String) - Static method in class io.axway.alf.assertion.Assertion
 
checkArgument(boolean, String, Consumer<Arguments>) - Static method in class io.axway.alf.assertion.Assertion
 
checkNotNull(Object, String) - Static method in class io.axway.alf.assertion.Assertion
 
checkNotNull(Object, String, Consumer<Arguments>) - Static method in class io.axway.alf.assertion.Assertion
 
checkNotNullNorEmpty(String, String) - Static method in class io.axway.alf.assertion.Assertion
 
checkNotNullNorEmpty(String, String, Consumer<Arguments>) - Static method in class io.axway.alf.assertion.Assertion
 
checkNotNullNorEmpty(Collection<?>, String) - Static method in class io.axway.alf.assertion.Assertion
 
checkNotNullNorEmpty(Collection<?>, String, Consumer<Arguments>) - Static method in class io.axway.alf.assertion.Assertion
 
checkState(boolean, String) - Static method in class io.axway.alf.assertion.Assertion
 
checkState(boolean, String, Consumer<Arguments>) - Static method in class io.axway.alf.assertion.Assertion
 

D

debug(String) - Method in interface io.axway.alf.log.Logger
Log a message at the DEBUG level.
debug(String, Throwable) - Method in interface io.axway.alf.log.Logger
Log a message at the DEBUG level.
debug(String, Consumer<Arguments>) - Method in interface io.axway.alf.log.Logger
Log a message at the DEBUG level.
debug(String, Consumer<Arguments>, Throwable) - Method in interface io.axway.alf.log.Logger
Log a message at the DEBUG level.

E

end() - Method in class io.axway.alf.formatter.JsonWriter
 
error(String) - Method in interface io.axway.alf.log.Logger
Log a message at the ERROR level.
error(String, Throwable) - Method in interface io.axway.alf.log.Logger
Log a message at the ERROR level.
error(String, Consumer<Arguments>) - Method in interface io.axway.alf.log.Logger
Log a message at the ERROR level.
error(String, Consumer<Arguments>, Throwable) - Method in interface io.axway.alf.log.Logger
Log a message at the ERROR level.
ExceptionWithArguments - Interface in io.axway.alf.exception
 

F

format(String) - Method in class io.axway.alf.formatter.JsonMessageFormatter
 
format(String, Throwable) - Method in class io.axway.alf.formatter.JsonMessageFormatter
 
format(String, Consumer<Arguments>) - Method in class io.axway.alf.formatter.JsonMessageFormatter
 
format(String, Consumer<Arguments>, Throwable) - Method in class io.axway.alf.formatter.JsonMessageFormatter
 
formatException(ExceptionWithArguments) - Method in class io.axway.alf.formatter.JsonMessageFormatter
 
FormattedException - Exception in io.axway.alf.exception
Exception that will be formatted using the JSON formatter
FormattedException() - Constructor for exception io.axway.alf.exception.FormattedException
 
FormattedException(String) - Constructor for exception io.axway.alf.exception.FormattedException
 
FormattedException(String, Throwable) - Constructor for exception io.axway.alf.exception.FormattedException
 
FormattedException(String, Consumer<Arguments>) - Constructor for exception io.axway.alf.exception.FormattedException
 
FormattedException(String, Consumer<Arguments>, Throwable) - Constructor for exception io.axway.alf.exception.FormattedException
 
FormattedException(Throwable) - Constructor for exception io.axway.alf.exception.FormattedException
 
FormattedRuntimeException - Exception in io.axway.alf.exception
RuntimeException that will be formatted using the JSON formatter
FormattedRuntimeException() - Constructor for exception io.axway.alf.exception.FormattedRuntimeException
 
FormattedRuntimeException(String) - Constructor for exception io.axway.alf.exception.FormattedRuntimeException
 
FormattedRuntimeException(String, Throwable) - Constructor for exception io.axway.alf.exception.FormattedRuntimeException
 
FormattedRuntimeException(String, Consumer<Arguments>) - Constructor for exception io.axway.alf.exception.FormattedRuntimeException
 
FormattedRuntimeException(String, Consumer<Arguments>, Throwable) - Constructor for exception io.axway.alf.exception.FormattedRuntimeException
 
FormattedRuntimeException(Throwable) - Constructor for exception io.axway.alf.exception.FormattedRuntimeException
 
formatTo(StringBuilder, String, Throwable) - Method in class io.axway.alf.formatter.JsonMessageFormatter
 
formatTo(StringBuilder, String, Consumer<Arguments>) - Method in class io.axway.alf.formatter.JsonMessageFormatter
 
formatTo(StringBuilder, String, Consumer<Arguments>, Throwable) - Method in class io.axway.alf.formatter.JsonMessageFormatter
 

G

getArguments() - Method in interface io.axway.alf.exception.ExceptionWithArguments
 
getArguments() - Method in exception io.axway.alf.exception.FormattedException
 
getArguments() - Method in exception io.axway.alf.exception.FormattedRuntimeException
 
getFormatter() - Static method in class io.axway.alf.formatter.JsonMessageFormatter
 
getLogger(Class<?>) - Method in interface io.axway.alf.log.ILoggerFactory
 
getLogger(Class<?>) - Static method in class io.axway.alf.log.LoggerFactory
 
getLogger(String) - Method in interface io.axway.alf.log.ILoggerFactory
 
getLogger(String) - Static method in class io.axway.alf.log.LoggerFactory
 
getMessage() - Method in exception io.axway.alf.exception.FormattedException
 
getMessage() - Method in exception io.axway.alf.exception.FormattedRuntimeException
 
getName() - Method in interface io.axway.alf.log.Logger
Return the name of this Logger instance.
getRawMessage() - Method in interface io.axway.alf.exception.ExceptionWithArguments
 
getRawMessage() - Method in exception io.axway.alf.exception.FormattedException
 
getRawMessage() - Method in exception io.axway.alf.exception.FormattedRuntimeException
 

I

IllegalArgumentFormattedException - Exception in io.axway.alf.exception
 
IllegalArgumentFormattedException() - Constructor for exception io.axway.alf.exception.IllegalArgumentFormattedException
 
IllegalArgumentFormattedException(String) - Constructor for exception io.axway.alf.exception.IllegalArgumentFormattedException
 
IllegalArgumentFormattedException(String, Throwable) - Constructor for exception io.axway.alf.exception.IllegalArgumentFormattedException
 
IllegalArgumentFormattedException(String, Consumer<Arguments>) - Constructor for exception io.axway.alf.exception.IllegalArgumentFormattedException
 
IllegalArgumentFormattedException(String, Consumer<Arguments>, Throwable) - Constructor for exception io.axway.alf.exception.IllegalArgumentFormattedException
 
IllegalArgumentFormattedException(Throwable) - Constructor for exception io.axway.alf.exception.IllegalArgumentFormattedException
 
IllegalStateFormattedException - Exception in io.axway.alf.exception
 
IllegalStateFormattedException() - Constructor for exception io.axway.alf.exception.IllegalStateFormattedException
 
IllegalStateFormattedException(String) - Constructor for exception io.axway.alf.exception.IllegalStateFormattedException
 
IllegalStateFormattedException(String, Throwable) - Constructor for exception io.axway.alf.exception.IllegalStateFormattedException
 
IllegalStateFormattedException(String, Consumer<Arguments>) - Constructor for exception io.axway.alf.exception.IllegalStateFormattedException
 
IllegalStateFormattedException(String, Consumer<Arguments>, Throwable) - Constructor for exception io.axway.alf.exception.IllegalStateFormattedException
 
IllegalStateFormattedException(Throwable) - Constructor for exception io.axway.alf.exception.IllegalStateFormattedException
 
ILoggerFactory - Interface in io.axway.alf.log
Logger factory SPI interface
info(String) - Method in interface io.axway.alf.log.Logger
Log a message at the INFO level.
info(String, Throwable) - Method in interface io.axway.alf.log.Logger
Log a message at the INFO level.
info(String, Consumer<Arguments>) - Method in interface io.axway.alf.log.Logger
Log a message at the INFO level.
info(String, Consumer<Arguments>, Throwable) - Method in interface io.axway.alf.log.Logger
Log a message at the INFO level.
io.axway.alf - package io.axway.alf
 
io.axway.alf.assertion - package io.axway.alf.assertion
 
io.axway.alf.exception - package io.axway.alf.exception
 
io.axway.alf.formatter - package io.axway.alf.formatter
 
io.axway.alf.log - package io.axway.alf.log
 

J

JsonMessageFormatter - Class in io.axway.alf.formatter
 
JsonWriter - Class in io.axway.alf.formatter
 
JsonWriter(StringBuilder) - Constructor for class io.axway.alf.formatter.JsonWriter
 

L

Logger - Interface in io.axway.alf.log
Logger API.
LoggerFactory - Class in io.axway.alf.log
Entry point class to retrieve Logger objects.

N

NullPointerFormattedException - Exception in io.axway.alf.exception
 
NullPointerFormattedException() - Constructor for exception io.axway.alf.exception.NullPointerFormattedException
 
NullPointerFormattedException(String) - Constructor for exception io.axway.alf.exception.NullPointerFormattedException
 
NullPointerFormattedException(String, Throwable) - Constructor for exception io.axway.alf.exception.NullPointerFormattedException
 
NullPointerFormattedException(String, Consumer<Arguments>) - Constructor for exception io.axway.alf.exception.NullPointerFormattedException
 
NullPointerFormattedException(String, Consumer<Arguments>, Throwable) - Constructor for exception io.axway.alf.exception.NullPointerFormattedException
 
NullPointerFormattedException(Throwable) - Constructor for exception io.axway.alf.exception.NullPointerFormattedException
 

T

trace(String) - Method in interface io.axway.alf.log.Logger
Log a message at the TRACE level.
trace(String, Throwable) - Method in interface io.axway.alf.log.Logger
Log a message at the TRACE level.
trace(String, Consumer<Arguments>) - Method in interface io.axway.alf.log.Logger
Log a message at the TRACE level.
trace(String, Consumer<Arguments>, Throwable) - Method in interface io.axway.alf.log.Logger
Log a message at the TRACE level.

W

warn(String) - Method in interface io.axway.alf.log.Logger
Log a message at the WARN level.
warn(String, Throwable) - Method in interface io.axway.alf.log.Logger
Log a message at the WARN level.
warn(String, Consumer<Arguments>) - Method in interface io.axway.alf.log.Logger
Log a message at the WARN level.
warn(String, Consumer<Arguments>, Throwable) - Method in interface io.axway.alf.log.Logger
Log a message at the WARN level.
A C D E F G I J L N T W 
All Classes All Packages