setLogWriter

fun setLogWriter(logWriter: LogWriter)

Sets the LogWriter instance to be used for logging.

This function allows you to configure the logger with a custom implementation of the LogWriter interface.

Parameters

logWriter

The LogWriter instance to use for logging. This writer will be responsible for handling log messages.