Logger.add

Add (another) appender to this logger.

Appenders are each invoked for log events as they are produced. At most, one instance of each appender will be invoked.

class Logger
add

Parameters

another Appender

Appender to add to this logger. Mustn't be null.

Return Value

Type: Logger

this

Meta