| Modifier and Type | Method and Description |
|---|---|
void |
Raven.sendEvent(Event event)
Sends a built
Event to the Sentry server. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UdpConnection.doSend(Event event) |
protected void |
HttpConnection.doSend(Event event) |
protected abstract void |
AbstractConnection.doSend(Event event)
Sends an event to the sentry server.
|
void |
Connection.send(Event event)
Sends an event to the sentry server.
|
void |
AsyncConnection.send(Event event)
Sends an event to the sentry server.
|
void |
AbstractConnection.send(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventBuilder.build()
Finalises the
Event and returns it. |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
SentryHandler.buildEvent(LogRecord record)
Builds an Event based on the log record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Marshaller.marshall(Event event,
OutputStream destination)
Serialises an event and sends it through an
OutputStream. |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonMarshaller.marshall(Event event,
OutputStream destination) |
Copyright © 2012–2014. All rights reserved.