| Package | Description |
|---|---|
| com.samebug.notifier |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
Configuration.fromDefault()
Factory method to create a configuration with the default values.
|
static Configuration |
Configuration.fromProperties()
Factory method of the default configuration.
|
static Configuration |
Configuration.fromPropertyFile(String fileName)
Factory method to create a configuration based on the content of a
property file, given with its absolute path.
|
static Configuration |
Configuration.fromPropertyResource(String resourceName)
Factory method to create a configuration based on the content of a
resource property file.
|
Configuration |
SamebugNotifier.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Samebug.handleUncaughtExceptions(Configuration config)
Install a default exception handler on the current thread, with the given
config
|
static void |
Samebug.init(Configuration config)
Initialize a singleton notifier instance.
|
| Constructor and Description |
|---|
SamebugNotifier(Configuration config)
Create a notifier with the specified configuration.
|
SamebugUncaughtExceptionHandler(Configuration config)
Construct using an underlying notifier with the specified config.
|
Copyright © 2014. All rights reserved.