Instance Constructors
-
new
KafkaLog4jAppender
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
activateOptions
(): Unit
-
def
addFilter
(arg0: Filter): Unit
-
def
append
(event: LoggingEvent): Unit
-
def
asInstanceOf
[T0]
: T0
-
var
brokerList
: String
-
def
clearFilters
(): Unit
-
def
clone
(): AnyRef
-
def
close
(): Unit
-
var
compressionType
: String
-
def
debug
(msg: ⇒ String, e: ⇒ Throwable): Unit
-
def
debug
(e: ⇒ Throwable): Any
-
def
debug
(msg: ⇒ String): Unit
-
def
doAppend
(arg0: LoggingEvent): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
error
(msg: ⇒ String, e: ⇒ Throwable): Unit
-
def
error
(e: ⇒ Throwable): Any
-
def
error
(msg: ⇒ String): Unit
-
def
fatal
(msg: ⇒ String, e: ⇒ Throwable): Unit
-
def
fatal
(e: ⇒ Throwable): Any
-
def
fatal
(msg: ⇒ String): Unit
-
def
finalize
(): Unit
-
def
getBrokerList
: String
-
def
getClass
(): java.lang.Class[_]
-
def
getCompressionType
: String
-
def
getErrorHandler
(): ErrorHandler
-
def
getFilter
(): Filter
-
def
getFirstFilter
(): Filter
-
def
getLayout
(): Layout
-
def
getName
(): String
-
def
getRequiredNumAcks
: Int
-
def
getSyncSend
: Boolean
-
def
getThreshold
(): Priority
-
def
getTopic
: String
-
def
hashCode
(): Int
-
def
info
(msg: ⇒ String, e: ⇒ Throwable): Unit
-
def
info
(e: ⇒ Throwable): Any
-
def
info
(msg: ⇒ String): Unit
-
def
isAsSevereAsThreshold
(arg0: Priority): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
var
logIdent
: String
-
lazy val
logger
: Logger
-
val
loggerName
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
var
requiredNumAcks
: Int
-
def
requiresLayout
(): Boolean
-
def
setBrokerList
(brokerList: String): Unit
-
def
setCompressionType
(compressionType: String): Unit
-
def
setErrorHandler
(arg0: ErrorHandler): Unit
-
def
setLayout
(arg0: Layout): Unit
-
def
setName
(arg0: String): Unit
-
def
setRequiredNumAcks
(requiredNumAcks: Int): Unit
-
def
setSyncSend
(syncSend: Boolean): Unit
-
def
setThreshold
(arg0: Priority): Unit
-
def
setTopic
(topic: String): Unit
-
def
subAppend
(event: LoggingEvent): String
-
def
swallow
(action: ⇒ Unit): Unit
-
def
swallowDebug
(action: ⇒ Unit): Unit
-
def
swallowError
(action: ⇒ Unit): Unit
-
def
swallowInfo
(action: ⇒ Unit): Unit
-
def
swallowTrace
(action: ⇒ Unit): Unit
-
def
swallowWarn
(action: ⇒ Unit): Unit
-
var
syncSend
: Boolean
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
var
topic
: String
-
def
trace
(msg: ⇒ String, e: ⇒ Throwable): Unit
-
def
trace
(e: ⇒ Throwable): Any
-
def
trace
(msg: ⇒ String): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
warn
(msg: ⇒ String, e: ⇒ Throwable): Unit
-
def
warn
(e: ⇒ Throwable): Any
-
def
warn
(msg: ⇒ String): Unit
Inherited from AppenderSkeleton
Inherited from OptionHandler
Inherited from Appender
Inherited from AnyRef
Inherited from Any