Pack the given record using MessagePack and
write it with the current timestamp using $(D_PSYMBOL write).
If a prefix was given when the logger was created the
tag is appended to the prefix when posting. This
allocation may be avoided by given a $(D_KEYWORD null)
prefix in the constructor and the full tag here.
True if the data was successfully sent
to the fluent server. False if the data
was queued for sending later but no
attempt was made to send to the remote
host because of a previous error.
Pack the given record using MessagePack and write it with the current timestamp using $(D_PSYMBOL write).
If a prefix was given when the logger was created the tag is appended to the prefix when posting. This allocation may be avoided by given a $(D_KEYWORD null) prefix in the constructor and the full tag here.