Developer demo files for interacting with the Logger device driver.

LOG-CLR.ASM	- Turn off logging and clear the log.
LOG-OFF.ASM	- Simply turn off logging.
LOG-ON.ASM	- Simply turn on logging.
LOG-STAT.ASM	- Display the current status of logging (size/color/enabled).
LOG-MSG.ASM	- Send a message to the log. Using Red text if color is enabled.
LOG-RIO.ASM	- Redirect Standard I/O to the log. Using Purple text.
LOG-SHOW.ASM	- Display the Log text.

Of course, the driver needs to be loaded. However, it does not need to be
enabled (actively logging) for these demonstration programs to function.

Please see the LOG-API.TXT for more detailed information regarding the Logger
device driver API.
