public final class LogGenerationAdvisory extends AdvisoryEvent
Title: Service Event Fabric Core
Description: Defines an advisory raised by the Container Logger if a number of rotated logs exceeds the specified threshold.
Copyright: Copyright (c) 2021
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ID |
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
LogGenerationAdvisory() |
Modifier and Type | Method and Description |
---|---|
long |
getLogSize()
Returns the size (in bytes) of the current log.
|
java.lang.String |
getMessage()
Returns the advisory message.
|
int |
getRotatedLogsNumber()
Returns the current number of rotated logs.
|
int |
getThreshold()
Returns the specified threshold for the number of rotated logs.
|
equals, getCorrelationId, getCorrelationIdAsBytes, setCorrelationId, setCorrelationIdAsBytes, setEventGroupId, setEventKey
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getSerialVersionUID, getTimestamp, getTransmitAccess, isCoalesced, setDurable, setEventId
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getTimestamp, getTransmitAccess
getSerialVersionUID
public static final java.lang.String EVENT_ID
public int getThreshold()
public int getRotatedLogsNumber()
public long getLogSize()
public java.lang.String getMessage()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.