@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=LoggingConfiguration.class) @UsesGemFireProperties public @interface EnableLogging
EnableLogging
annotation marks a Spring @Configuration
annotated Class
to configure and enable Pivotal GemFire/Apache Geode system logging.Annotation
,
Import
,
LoggingConfiguration
Modifier and Type | Optional Element and Description |
---|---|
int |
logDiskSpaceLimit
Maximum size in megabytes of all inactive log files combined.
|
String |
logFile
File to which a running system member writes log messages.
|
int |
logFileSizeLimit
Maximum size in megabytes of a log file before it is closed and logging rolls on to a new (child) log file.
|
String |
logLevel
Level of detail of the messages written to the system member’s log.
|
public abstract int logDiskSpaceLimit
public abstract String logFile
public abstract int logFileSizeLimit
public abstract String logLevel
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.