public class ReporterConfig
extends java.lang.Object
Reporter behavior.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
name
Default report name.
|
static boolean |
reportCalendar
If default report includes date, time, calendar and timezone information.
|
static boolean |
reportCharset
If default report includes current and available charset information.
|
static boolean |
reportFileSystem
If default report includes available and used disk storage information.
|
static boolean |
reportLocale
If default report includes current and available locale information.
|
static boolean |
reportMemory
If default report includes available and used memory information.
|
static boolean |
reportNetworkInterface
If default report includes available network interface information.
|
static boolean |
reportOperatingSystem
If default report includes operating system information.
|
static boolean |
reportPhysicalSystem
If default report includes physical machine information.
|
static boolean |
reportUser
If default report includes current user information.
|
static boolean |
reportVM
If default report includes JVM information.
|
| Constructor and Description |
|---|
ReporterConfig() |
public static boolean reportVM
slf4jtoys.report at application startup, defaults to true.
You may assign a new value at runtime.public static boolean reportFileSystem
slf4jtoys.report.fileSystem at application startup, defaults to false.
You may assign a new value at runtime.public static boolean reportMemory
slf4jtoys.report.networkInterface at application startup, defaults to false.
You may assign a new value at runtime.public static boolean reportUser
slf4jtoys.report.memory at application startup, defaults to true.
You may assign a new value at runtime.public static boolean reportPhysicalSystem
slf4jtoys.report.user at application startup, defaults to true.
You may assign a new value at runtime.public static boolean reportOperatingSystem
slf4jtoys.report.physicalSystem at application startup, defaults to true.
You may assign a new value at runtime.public static boolean reportCalendar
slf4jtoys.report.operatingSystem at application startup, defaults to true.
You may assign a new value at runtime.public static boolean reportLocale
slf4jtoys.report.calendar at application startup, defaults to true.
You may assign a new value at runtime.public static boolean reportCharset
slf4jtoys.report.locale at application startup, defaults to true.
You may assign a new value at runtime.public static boolean reportNetworkInterface
slf4jtoys.report.charset at application startup, defaults to true.
You may assign a new value at runtime.public static java.lang.String name
slf4jtoys.report.name at application startup, defaults to report.
You may assign a new value at runtime.