public class AsyncRFAAppender
extends org.apache.log4j.AsyncAppender
Constructor and Description |
---|
AsyncRFAAppender() |
Modifier and Type | Method and Description |
---|---|
void |
append(org.apache.log4j.spi.LoggingEvent event) |
int |
getBufferSize() |
String |
getConversionPattern() |
String |
getFileName() |
int |
getMaxBackupIndex() |
String |
getMaxFileSize() |
boolean |
isBlocking() |
void |
setBlocking(boolean blocking) |
void |
setBufferSize(int bufferSize) |
void |
setConversionPattern(String conversionPattern) |
void |
setFileName(String fileName) |
void |
setMaxBackupIndex(int maxBackupIndex) |
void |
setMaxFileSize(String maxFileSize) |
addAppender, close, getAllAppenders, getAppender, getBlocking, getLocationInfo, isAttached, removeAllAppenders, removeAppender, removeAppender, requiresLayout, setLocationInfo
public void append(org.apache.log4j.spi.LoggingEvent event)
append
in class org.apache.log4j.AsyncAppender
public String getMaxFileSize()
public void setMaxFileSize(String maxFileSize)
public int getMaxBackupIndex()
public void setMaxBackupIndex(int maxBackupIndex)
public String getFileName()
public void setFileName(String fileName)
public String getConversionPattern()
public void setConversionPattern(String conversionPattern)
public boolean isBlocking()
public void setBlocking(boolean blocking)
setBlocking
in class org.apache.log4j.AsyncAppender
public int getBufferSize()
getBufferSize
in class org.apache.log4j.AsyncAppender
public void setBufferSize(int bufferSize)
setBufferSize
in class org.apache.log4j.AsyncAppender
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.