Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

activateOptions() - Method in class it.agilelab.log4j.ConfigurableAppenderSkeleton
 
add(Json) - Method in class it.agilelab.log4j.json.Json
Add the specified it.agilelab.log4j.json.Json element to this array.
add(Object) - Method in class it.agilelab.log4j.json.Json
Add an arbitrary Java object to this it.agilelab.log4j.json.Json array.
append(LoggingEvent) - Method in class it.agilelab.log4j.AsyncJsonAppender
 
apply(T) - Method in interface it.agilelab.log4j.json.Json.Function
Applies this function to the given argument.
array() - Static method in class it.agilelab.log4j.json.Json
 
array(Object...) - Static method in class it.agilelab.log4j.json.Json
Return a new JSON array filled up with the list of arguments.
array() - Method in class it.agilelab.log4j.json.Json.DefaultFactory
 
array() - Method in interface it.agilelab.log4j.json.Json.Factory
Construct and return a JSON object.
asBoolean() - Method in class it.agilelab.log4j.json.Json
 
asByte() - Method in class it.agilelab.log4j.json.Json
 
asChar() - Method in class it.agilelab.log4j.json.Json
 
asDouble() - Method in class it.agilelab.log4j.json.Json
 
asFloat() - Method in class it.agilelab.log4j.json.Json
 
asInteger() - Method in class it.agilelab.log4j.json.Json
 
asJsonList() - Method in class it.agilelab.log4j.json.Json
 
asJsonMap() - Method in class it.agilelab.log4j.json.Json
 
asList() - Method in class it.agilelab.log4j.json.Json
 
asLong() - Method in class it.agilelab.log4j.json.Json
 
asMap() - Method in class it.agilelab.log4j.json.Json
 
asShort() - Method in class it.agilelab.log4j.json.Json
 
asString() - Method in class it.agilelab.log4j.json.Json
 
AsyncJsonAppender - Class in it.agilelab.log4j
 
AsyncJsonAppender() - Constructor for class it.agilelab.log4j.AsyncJsonAppender
 
AsyncJsonAppender(boolean) - Constructor for class it.agilelab.log4j.AsyncJsonAppender
 
AsyncJsonAppenderSink - Interface in it.agilelab.log4j
 
at(int) - Method in class it.agilelab.log4j.json.Json
Return the it.agilelab.log4j.json.Json element at the specified index of this it.agilelab.log4j.json.Json array.
at(String) - Method in class it.agilelab.log4j.json.Json
Return the specified property of a it.agilelab.log4j.json.Json object or null if there's no such property.
at(String, Json) - Method in class it.agilelab.log4j.json.Json
Return the specified property of a it.agilelab.log4j.json.Json object if it exists.
at(String, Object) - Method in class it.agilelab.log4j.json.Json
Return the specified property of a it.agilelab.log4j.json.Json object if it exists.
atDel(String) - Method in class it.agilelab.log4j.json.Json
Remove the specified property from a it.agilelab.log4j.json.Json object and return that property.
atDel(int) - Method in class it.agilelab.log4j.json.Json
Remove the element at the specified index from a it.agilelab.log4j.json.Json array and return that element.
attachFactory(Json.Factory) - Static method in class it.agilelab.log4j.json.Json
Attach a thread-local it.agilelab.log4j.json.Json Json.Factory to be used specifically by this thread.
attachTo(Json) - Method in class it.agilelab.log4j.json.Json
Explicitly set the parent of this element.

B

bool(boolean) - Method in class it.agilelab.log4j.json.Json.DefaultFactory
 
bool(boolean) - Method in interface it.agilelab.log4j.json.Json.Factory
Construct and return a JSON boolean.
BUILD_BATCH - Static variable in class it.agilelab.log4j.Tracing.Tags
 

C

close() - Method in class it.agilelab.log4j.AsyncJsonAppender
 
collectWithOptions(Json...) - Method in class it.agilelab.log4j.json.Json
Return an object representing the complete configuration of a merge.
Configurable - Interface in it.agilelab.log4j
 
ConfigurableAppenderSkeleton - Class in it.agilelab.log4j
 
ConfigurableAppenderSkeleton(boolean) - Constructor for class it.agilelab.log4j.ConfigurableAppenderSkeleton
 
Configuration - Class in it.agilelab.log4j
 
Configuration(String, SortedMap<String, String>) - Constructor for class it.agilelab.log4j.Configuration
 
Configuration(SortedMap<String, String>) - Constructor for class it.agilelab.log4j.Configuration
 
configure(Configuration) - Method in class it.agilelab.log4j.AsyncJsonAppender
 
configure(Configuration) - Method in interface it.agilelab.log4j.Configurable
 
configure(Configuration) - Method in class it.agilelab.log4j.ConsoleAsyncJsonAppenderSink
 
configure(Configuration) - Method in class it.agilelab.log4j.DefaultLoggingEventToJsonConverter
 
configure(Configuration) - Method in class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 
configure(Configuration) - Method in class it.agilelab.log4j.NopAsyncJsonAppenderSink
 
configure(Configuration) - Method in class it.agilelab.log4j.RecordingAsyncJsonAppenderSink
 
configure(Configuration) - Method in class it.agilelab.log4j.RequestSizeBatchingLoggingEventToJsonConverter
 
CONNECTION_REQUEST_TIMEOUT - Static variable in class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 
CONNECTION_TIMEOUT - Static variable in class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 
ConsoleAsyncJsonAppenderSink - Class in it.agilelab.log4j
 
ConsoleAsyncJsonAppenderSink() - Constructor for class it.agilelab.log4j.ConsoleAsyncJsonAppenderSink
 
consume() - Method in interface it.agilelab.log4j.Tracing.TracingConsumer
 
convert(List<LoggingEvent>) - Method in class it.agilelab.log4j.DefaultLoggingEventToJsonConverter
 
convert(List<LoggingEvent>) - Method in interface it.agilelab.log4j.LoggingEventBatchToJsonConverter
 
convert(List<LoggingEvent>) - Method in class it.agilelab.log4j.RequestSizeBatchingLoggingEventToJsonConverter
 
CONVERT_ALL - Static variable in class it.agilelab.log4j.Tracing.Tags
 
CONVERT_ESTIMATION - Static variable in class it.agilelab.log4j.Tracing.Tags
 
CONVERT_ONE - Static variable in class it.agilelab.log4j.Tracing.Tags
 

D

defaultFactory - Static variable in class it.agilelab.log4j.json.Json
 
DefaultFactory() - Constructor for class it.agilelab.log4j.json.Json.DefaultFactory
 
DefaultLoggingEventToJsonConverter - Class in it.agilelab.log4j
 
DefaultLoggingEventToJsonConverter() - Constructor for class it.agilelab.log4j.DefaultLoggingEventToJsonConverter
 
delAt(String) - Method in class it.agilelab.log4j.json.Json
Delete the specified property from a it.agilelab.log4j.json.Json object.
delAt(int) - Method in class it.agilelab.log4j.json.Json
Remove the element at the specified index from a it.agilelab.log4j.json.Json array.
detachFactory() - Static method in class it.agilelab.log4j.json.Json
Clear the thread-local factory previously attached to this thread via the Json.attachFactory(Factory) method.
dropped(long) - Method in interface it.agilelab.log4j.AsyncJsonAppenderSink
 
dropped(long) - Method in class it.agilelab.log4j.ConsoleAsyncJsonAppenderSink
 
dropped(long) - Method in class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 
dropped(long) - Method in class it.agilelab.log4j.NopAsyncJsonAppenderSink
 
dropped(long) - Method in class it.agilelab.log4j.RecordingAsyncJsonAppenderSink
 
dup() - Method in class it.agilelab.log4j.json.Json
 

E

empty() - Static method in class it.agilelab.log4j.Configuration
 
escape(String) - Static method in class it.agilelab.log4j.json.Json.help
Perform JSON escaping so that ", <, >, etc.
estimateSize() - Method in class it.agilelab.log4j.json.Json
 
estimateSizeImpl() - Method in class it.agilelab.log4j.json.Json
 
EXECUTE_REQUEST - Static variable in class it.agilelab.log4j.Tracing.Tags
 

F

factory() - Static method in class it.agilelab.log4j.json.Json
Return the Json.Factory currently in effect.
FAILURE_STRATEGY - Static variable in class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 
FluentdAsyncJsonAppenderSink - Class in it.agilelab.log4j
 
FluentdAsyncJsonAppenderSink(URI, String) - Constructor for class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 
FluentdAsyncJsonAppenderSink() - Constructor for class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 

G

get(String) - Method in class it.agilelab.log4j.Configuration
 
getConverter() - Method in class it.agilelab.log4j.AsyncJsonAppender
 
getDropped() - Static method in class it.agilelab.log4j.RecordingAsyncJsonAppenderSink
 
getRecorded() - Static method in class it.agilelab.log4j.RecordingAsyncJsonAppenderSink
 
getSeen() - Static method in class it.agilelab.log4j.RecordingAsyncJsonAppenderSink
 
getSink() - Method in class it.agilelab.log4j.AsyncJsonAppender
 
getValue() - Method in class it.agilelab.log4j.json.Json
 

H

has(String) - Method in class it.agilelab.log4j.json.Json
Return true if this it.agilelab.log4j.json.Json object has the specified property and false otherwise.
help() - Constructor for class it.agilelab.log4j.json.Json.help
 
HOST_OPTION - Static variable in class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 
HttpFailureStrategy - Interface in it.agilelab.log4j
 

I

instantiate(Class<T>) - Static method in class it.agilelab.log4j.InstantiationUtil
 
InstantiationUtil - Class in it.agilelab.log4j
 
InstantiationUtil() - Constructor for class it.agilelab.log4j.InstantiationUtil
 
is(String, Object) - Method in class it.agilelab.log4j.json.Json
Return true if and only if this it.agilelab.log4j.json.Json object has a property with the specified value.
is(int, Object) - Method in class it.agilelab.log4j.json.Json
Return true if and only if this it.agilelab.log4j.json.Json array has an element with the specified value at the specified index.
isArray() - Method in class it.agilelab.log4j.json.Json
 
isBoolean() - Method in class it.agilelab.log4j.json.Json
 
isNull() - Method in class it.agilelab.log4j.json.Json
 
isNumber() - Method in class it.agilelab.log4j.json.Json
 
isObject() - Method in class it.agilelab.log4j.json.Json
 
isPrimitive() - Method in class it.agilelab.log4j.json.Json
 
isString() - Method in class it.agilelab.log4j.json.Json
 
it.agilelab.log4j - package it.agilelab.log4j
 
it.agilelab.log4j.json - package it.agilelab.log4j.json
 
iterator() - Method in class it.agilelab.log4j.json.Json
 

J

Json - Class in it.agilelab.log4j.json
Represents a JSON (JavaScript Object Notation) entity.
Json() - Constructor for class it.agilelab.log4j.json.Json
 
Json(Json) - Constructor for class it.agilelab.log4j.json.Json
 
Json.DefaultFactory - Class in it.agilelab.log4j.json
 
Json.Factory - Interface in it.agilelab.log4j.json
This interface defines how it.agilelab.log4j.json.Json instances are constructed.
Json.Function<T,R> - Interface in it.agilelab.log4j.json
 
Json.help - Class in it.agilelab.log4j.json
Exposes some internal methods that are useful for Json.Factory implementations or other extension/layers of the library.
Json.MalformedJsonException - Exception in it.agilelab.log4j.json
 
Json.Schema - Interface in it.agilelab.log4j.json
Represents JSON schema - a specific data format that a JSON entity must follow.

L

LogAndIgnoreHttpFailureStrategy - Class in it.agilelab.log4j
 
LogAndIgnoreHttpFailureStrategy() - Constructor for class it.agilelab.log4j.LogAndIgnoreHttpFailureStrategy
 
LoggingEventBatchToJsonConverter - Interface in it.agilelab.log4j
 

M

main(String[]) - Static method in class it.agilelab.log4j.json.Json
 
make(Object) - Method in class it.agilelab.log4j.json.Json.DefaultFactory
 
make(Object) - Method in interface it.agilelab.log4j.json.Json.Factory
Construct and return a JSON object.
make(Object) - Static method in class it.agilelab.log4j.json.Json
Convert an arbitrary Java instance to a Json instance.
MalformedJsonException(String) - Constructor for exception it.agilelab.log4j.json.Json.MalformedJsonException
 
MAX_CONNECTIONS_PER_ROUTE - Static variable in class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 
MAX_CONNECTIONS_TOTAL_OPTION - Static variable in class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 
merge(Configuration) - Method in class it.agilelab.log4j.Configuration
 

N

nil() - Method in class it.agilelab.log4j.json.Json.DefaultFactory
 
nil() - Method in interface it.agilelab.log4j.json.Json.Factory
Construct and return an object representing JSON null.
nil() - Static method in class it.agilelab.log4j.json.Json
 
NopAsyncJsonAppenderSink - Class in it.agilelab.log4j
 
NopAsyncJsonAppenderSink() - Constructor for class it.agilelab.log4j.NopAsyncJsonAppenderSink
 
number(Number) - Method in class it.agilelab.log4j.json.Json.DefaultFactory
 
number(Number) - Method in interface it.agilelab.log4j.json.Json.Factory
Construct and return a JSON number.

O

object() - Method in class it.agilelab.log4j.json.Json.DefaultFactory
 
object() - Method in interface it.agilelab.log4j.json.Json.Factory
Construct and return a JSON object.
object() - Static method in class it.agilelab.log4j.json.Json
 
object(Object...) - Static method in class it.agilelab.log4j.json.Json
Return a new JSON object initialized from the passed list of name/value pairs.
onException(HttpRequest, Exception) - Method in interface it.agilelab.log4j.HttpFailureStrategy
 
onException(HttpRequest, Exception) - Method in class it.agilelab.log4j.LogAndIgnoreHttpFailureStrategy
 
onFailureStatus(HttpRequest, HttpResponse) - Method in interface it.agilelab.log4j.HttpFailureStrategy
 
onFailureStatus(HttpRequest, HttpResponse) - Method in class it.agilelab.log4j.LogAndIgnoreHttpFailureStrategy
 
OPTION_CONVERTER_PREFIX - Static variable in class it.agilelab.log4j.AsyncJsonAppender
 
OPTION_DOWNSTREAM_CONVERTER_CLASS - Static variable in class it.agilelab.log4j.RequestSizeBatchingLoggingEventToJsonConverter
 
OPTION_MAX_REQUEST_SIZE_BYTES - Static variable in class it.agilelab.log4j.RequestSizeBatchingLoggingEventToJsonConverter
 
OPTION_QUEUE_CAPACITY - Static variable in class it.agilelab.log4j.AsyncJsonAppender
 
OPTION_SINK_PREFIX - Static variable in class it.agilelab.log4j.AsyncJsonAppender
 
OPTION_WAIT_MILLIS - Static variable in class it.agilelab.log4j.AsyncJsonAppender
 
OptionParser - Class in it.agilelab.log4j
 
OptionParser() - Constructor for class it.agilelab.log4j.OptionParser
 

P

pad(String) - Method in class it.agilelab.log4j.json.Json
it.agilelab.log4j.json.Json-pad this object as an argument to a callback function.
parse(String) - Static method in class it.agilelab.log4j.OptionParser
 

R

read(String) - Static method in class it.agilelab.log4j.json.Json
Parse a JSON entity from its string representation.
read(URL) - Static method in class it.agilelab.log4j.json.Json
Parse a JSON entity from a URL.
read(CharacterIterator) - Static method in class it.agilelab.log4j.json.Json
Parse a JSON entity from a CharacterIterator.
RecordingAsyncJsonAppenderSink - Class in it.agilelab.log4j
 
RecordingAsyncJsonAppenderSink() - Constructor for class it.agilelab.log4j.RecordingAsyncJsonAppenderSink
 
remove(Json) - Method in class it.agilelab.log4j.json.Json
Remove the specified element from a it.agilelab.log4j.json.Json array.
remove(Object) - Method in class it.agilelab.log4j.json.Json
Remove the specified Java object (converted to a it.agilelab.log4j.json.Json instance) from a it.agilelab.log4j.json.Json array.
RENDER_BATCH - Static variable in class it.agilelab.log4j.Tracing.Tags
 
RequestSizeBatchingLoggingEventToJsonConverter - Class in it.agilelab.log4j
 
RequestSizeBatchingLoggingEventToJsonConverter() - Constructor for class it.agilelab.log4j.RequestSizeBatchingLoggingEventToJsonConverter
 
requiresLayout() - Method in class it.agilelab.log4j.AsyncJsonAppender
 
reset() - Static method in class it.agilelab.log4j.RecordingAsyncJsonAppenderSink
 
resetSizeEstimation() - Method in class it.agilelab.log4j.json.Json
 
resolvePointer(String, Json) - Static method in class it.agilelab.log4j.json.Json.help
Given a JSON Pointer, as per RFC 6901, return the nested JSON value within the element parameter.

S

schema(Json) - Static method in class it.agilelab.log4j.json.Json
 
schema(URI) - Static method in class it.agilelab.log4j.json.Json
 
schema(URI, Json.Function<URI, Json>) - Static method in class it.agilelab.log4j.json.Json
 
schema(Json, URI) - Static method in class it.agilelab.log4j.json.Json
 
SERIALIZE_ALL - Static variable in class it.agilelab.log4j.Tracing.Tags
 
SERIALIZE_ONE - Static variable in class it.agilelab.log4j.Tracing.Tags
 
set(String, Json) - Method in class it.agilelab.log4j.json.Json
Set a it.agilelab.log4j.json.Json objects's property.
set(String, Object) - Method in class it.agilelab.log4j.json.Json
Set a it.agilelab.log4j.json.Json objects's property.
set(int, Object) - Method in class it.agilelab.log4j.json.Json
Change the value of a JSON array element.
setConverter(LoggingEventBatchToJsonConverter) - Method in class it.agilelab.log4j.AsyncJsonAppender
 
setGlobalFactory(Json.Factory) - Static method in class it.agilelab.log4j.json.Json
Specify a global it.agilelab.log4j.json.Json Json.Factory to be used by all threads that don't have a specific thread-local factory attached to them.
setOption(String) - Method in class it.agilelab.log4j.ConfigurableAppenderSkeleton
 
setSink(AsyncJsonAppenderSink) - Method in class it.agilelab.log4j.AsyncJsonAppender
 
sink(List<Json>) - Method in interface it.agilelab.log4j.AsyncJsonAppenderSink
 
sink(List<Json>) - Method in class it.agilelab.log4j.ConsoleAsyncJsonAppenderSink
 
sink(List<Json>) - Method in class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 
sink(List<Json>) - Method in class it.agilelab.log4j.NopAsyncJsonAppenderSink
 
sink(List<Json>) - Method in class it.agilelab.log4j.RecordingAsyncJsonAppenderSink
 
SOCKET_TIMEOUT - Static variable in class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 
string(String) - Method in class it.agilelab.log4j.json.Json.DefaultFactory
 
string(String) - Method in interface it.agilelab.log4j.json.Json.Factory
Construct and return a JSON string.
subconfig(String) - Method in class it.agilelab.log4j.Configuration
 

T

TAG_OPTION - Static variable in class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 
Tags() - Constructor for class it.agilelab.log4j.Tracing.Tags
 
time(Tracing.Tag, Tracing.TracingConsumer<R, E>) - Static method in class it.agilelab.log4j.Tracing
 
toJson() - Method in interface it.agilelab.log4j.json.Json.Schema
Return the JSON representation of the schema.
toString(int) - Method in class it.agilelab.log4j.json.Json
Return a string representation of this that does not exceed a certain maximum length.
Tracing - Class in it.agilelab.log4j
 
Tracing() - Constructor for class it.agilelab.log4j.Tracing
 
Tracing.Tags - Class in it.agilelab.log4j
 
Tracing.TracingConsumer<R,E extends Throwable> - Interface in it.agilelab.log4j
 
TRANSFER_DEADLINE - Static variable in class it.agilelab.log4j.FluentdAsyncJsonAppenderSink
 

U

up() - Method in class it.agilelab.log4j.json.Json
Deprecated.
This method is both problematic and rarely if every used and it will be removed in 2.0.

V

validate(Json) - Method in interface it.agilelab.log4j.json.Json.Schema
Validate a JSON document according to this schema.

W

with(String, String) - Method in class it.agilelab.log4j.Configuration
 
with(String, String, String) - Method in class it.agilelab.log4j.Configuration
 
with(Json, Json[]) - Method in class it.agilelab.log4j.json.Json
Combine this object or array with the passed in object or array.
with(Json, Object...) - Method in class it.agilelab.log4j.json.Json
Same as {}@link Json#with(it.agilelab.log4j.json.Json,it.agilelab.log4j.json.Json...options)} with each option argument converted to it.agilelab.log4j.json.Json first.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2021. All rights reserved.