| Package | Description |
|---|---|
| net.kencochrane.raven | |
| net.kencochrane.raven.jul |
| Modifier and Type | Method and Description |
|---|---|
abstract Raven |
RavenFactory.createRavenInstance(Dsn dsn)
Creates an instance of Raven given a DSN.
|
Raven |
DefaultRavenFactory.createRavenInstance(Dsn dsn) |
static Raven |
RavenFactory.ravenInstance()
Creates an instance of Raven using the DSN obtain through
Dsn.dsnLookup(). |
static Raven |
RavenFactory.ravenInstance(Dsn dsn)
Creates an instance of Raven using the provided DSN.
|
static Raven |
RavenFactory.ravenInstance(Dsn dsn,
String ravenFactoryName)
Creates an instance of Raven using the provided DSN and the specified factory.
|
static Raven |
RavenFactory.ravenInstance(String dsn)
Creates an instance of Raven using the provided DSN.
|
| Modifier and Type | Field and Description |
|---|---|
protected Raven |
SentryHandler.raven
Current instance of
Raven. |
| Constructor and Description |
|---|
SentryHandler(Raven raven)
Creates an instance of SentryHandler.
|
Copyright © 2012–2014. All rights reserved.