org.red5.logging
public class W3CAppender extends ch.qos.logback.core.FileAppender<ch.qos.logback.classic.spi.LoggingEvent>
Constructor and Description |
---|
W3CAppender() |
Modifier and Type | Method and Description |
---|---|
void |
doAppend(ch.qos.logback.classic.spi.LoggingEvent event) |
String |
getEvents() |
String |
getFields() |
void |
setEvents(String events) |
void |
setFields(String fields) |
getFile, isAppend, isPrudent, openFile, rawFileProperty, setAppend, setFile, setPrudent, start, writeOut
append, closeOutputStream, getEncoder, getOutputStream, setEncoder, setLayout, setOutputStream, stop, subAppend
addFilter, clearAllFilters, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toString
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
public void setEvents(String events)
public String getEvents()
public void setFields(String fields)
public String getFields()
public void doAppend(ch.qos.logback.classic.spi.LoggingEvent event)
doAppend
in interface ch.qos.logback.core.Appender<ch.qos.logback.classic.spi.LoggingEvent>
doAppend
in class ch.qos.logback.core.UnsynchronizedAppenderBase<ch.qos.logback.classic.spi.LoggingEvent>
Copyright © 2006-2012 The Red5 Project