FluentLogger.this

Constructs a new $(D_PSYMBOL FluentLogger) instance using the given $(D_PSYMBOL Configuration).

class FluentLogger
@trusted
this
(
in string prefix
,)

Parameters

prefix string

Prefix to use before the tag for each post. May be null.

config Configuration

Specifies the $(D_PSYMBOL Configuration) to use for this particular instance.

Meta