LogWriter
interface LogWriter
A LogWriter represents a destination or a mechanism for handling log messages. For example, a LogWriter might print messages to the console, write them to a file, or send them over the network.
Implementations should be lightweight and fast.