The data to be written.
True if the data was successfully sent to the fluent host. 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.
$(D_PSYMBOL SocketException) if an error occurs sending data to the fluent host.
post
Write an array of ubyte to the logger. Client code should generally use the post() functions of $(D_PSYMBOL Logger) instead of calling write() directly.