Fluentd

wvlet.airframe.fluentd.Fluentd$
object Fluentd

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Fluentd.type

Members list

Concise view

Value members

Concrete methods

def newFluentdLogger(host: String, port: Int, tagPrefix: String, useExtendedEventTime: Boolean, maxBufferSize: Long, flushIntervalMillis: Int, bufferChunkRetentionSize: Int, bufferChunkRetentionTimeMillis: Int, jvmHeapBufferMode: Boolean, ackResponseMode: Boolean, sslEnabled: Boolean, fileBackupDir: String, errorHandler: ErrorHandler): FluentdLogger

Create a new Fluency-backed FluentdClient.

Create a new Fluency-backed FluentdClient.

Attributes

def newTDLogger(apikey: String, host: String, tagPrefix: String, maxBufferSize: Long, flushIntervalMillis: Int, bufferChunkRetentionSize: Int, bufferChunkRetentionTimeMillis: Int, jvmHeapBufferMode: Boolean, useExtendedEventTime: Boolean, fileBackupDir: String, errorHandler: ErrorHandler): FluentdLogger

Attributes