LOGGER

Global logger instance configured with console handler and plain formatter.

This logger is configured to output to standard output with a plain text format. It is used throughout the application for logging game events, errors, and diagnostics.

Configuration:

  • Level: ALL (captures all log levels)

  • Handler: StdOutConsoleHandler (writes to standard output)

  • Formatter: PlainFormatter (outputs messages in plain text format)