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.
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.
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.