@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=LoggingConfiguration.class) public @interface EnableLogging
@Configuration
annotated class to configure and enable GemFire/Geode system logging.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–2017 Pivotal Software, Inc.. All rights reserved.