LogWriter

A log writer is a component that writes a serialized log message string to some output resource, like a file or network device. Note that because this write method may be called from many threads, it should be thread-safe, or appropriately synchronized.

interface LogWriter {}