Package org.wso2.carbon.utils.logging
Class MutableLogEvent
java.lang.Object
org.wso2.carbon.utils.logging.MutableLogEvent
Creates a new mutable log event to append to the CircularBuffer
Refer
MutableLogEvent-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.logging.log4j.core.impl.MutableLogEventvoidsetMutableLogEvent(org.apache.logging.log4j.core.impl.MutableLogEvent mutableLogEvent)
-
Constructor Details
-
MutableLogEvent
public MutableLogEvent(org.apache.logging.log4j.core.LogEvent logEvent)
-
-
Method Details
-
getMutableLogEvent
public org.apache.logging.log4j.core.impl.MutableLogEvent getMutableLogEvent() -
setMutableLogEvent
public void setMutableLogEvent(org.apache.logging.log4j.core.impl.MutableLogEvent mutableLogEvent)
-