A B C D E F I L R S T 

A

append(LogEvent) - Method in class com.getsentry.raven.log4j2.SentryAppender
APPENDER_NAME - Static variable in class com.getsentry.raven.log4j2.SentryAppender
Default name for the appender.

B

buildEvent(LogEvent) - Method in class com.getsentry.raven.log4j2.SentryAppender
Builds an Event based on the logging event.

C

com.getsentry.raven.log4j2 - package com.getsentry.raven.log4j2
 
createAppender(String, String, String, String, String, String, String, String, Filter) - Static method in class com.getsentry.raven.log4j2.SentryAppender
Create a Sentry Appender.

D

dsn - Variable in class com.getsentry.raven.log4j2.SentryAppender
DSN property of the appender.

E

environment - Variable in class com.getsentry.raven.log4j2.SentryAppender
Identifies the environment the application is running in.
extraTags - Variable in class com.getsentry.raven.log4j2.SentryAppender
Set of tags to look for in the Thread Context Map.

F

formatLevel(Level) - Static method in class com.getsentry.raven.log4j2.SentryAppender
Transforms a Level into an Event.Level.
formatMessageParameters(Object[]) - Static method in class com.getsentry.raven.log4j2.SentryAppender
Extracts message parameters into a List of Strings.

I

initRaven() - Method in class com.getsentry.raven.log4j2.SentryAppender
Initialises the Raven instance.

L

LOG4J_MARKER - Static variable in class com.getsentry.raven.log4j2.SentryAppender
Name of the Event.extra property containing Marker details.
LOG4J_NDC - Static variable in class com.getsentry.raven.log4j2.SentryAppender
Name of the Event.extra property containing NDC details.

R

raven - Variable in class com.getsentry.raven.log4j2.SentryAppender
Current instance of Raven.
ravenFactory - Variable in class com.getsentry.raven.log4j2.SentryAppender
Name of the RavenFactory being used.
release - Variable in class com.getsentry.raven.log4j2.SentryAppender
Identifies the version of the application.

S

SentryAppender - Class in com.getsentry.raven.log4j2
Appender for log4j2 in charge of sending the logged events to a Sentry server.
SentryAppender() - Constructor for class com.getsentry.raven.log4j2.SentryAppender
Creates an instance of SentryAppender.
SentryAppender(Raven) - Constructor for class com.getsentry.raven.log4j2.SentryAppender
Creates an instance of SentryAppender.
SentryAppender(String, Filter) - Constructor for class com.getsentry.raven.log4j2.SentryAppender
Creates an instance of SentryAppender.
serverName - Variable in class com.getsentry.raven.log4j2.SentryAppender
Server name to be sent to sentry.
setDsn(String) - Method in class com.getsentry.raven.log4j2.SentryAppender
 
setEnvironment(String) - Method in class com.getsentry.raven.log4j2.SentryAppender
 
setExtraTags(String) - Method in class com.getsentry.raven.log4j2.SentryAppender
Set the mapped extras that will be used to search the Thread Context Map and upgrade key pair to a tag sent along with the events.
setRavenFactory(String) - Method in class com.getsentry.raven.log4j2.SentryAppender
 
setRelease(String) - Method in class com.getsentry.raven.log4j2.SentryAppender
 
setServerName(String) - Method in class com.getsentry.raven.log4j2.SentryAppender
 
setTags(String) - Method in class com.getsentry.raven.log4j2.SentryAppender
Set the tags that should be sent along with the events.
stop() - Method in class com.getsentry.raven.log4j2.SentryAppender
 

T

tags - Variable in class com.getsentry.raven.log4j2.SentryAppender
Additional tags to be sent to sentry.
THREAD_NAME - Static variable in class com.getsentry.raven.log4j2.SentryAppender
Name of the Event.extra property containing the Thread name.
A B C D E F I L R S T 

Copyright © 2012–2017. All rights reserved.