Package com.prineside.tdi2.utils.logging
package com.prineside.tdi2.utils.logging
-
ClassDescription- Writes logs to a log writer specified by the platform (normally it is a log.txt) - Makes sure to flush and close the log writer if app exits in a regular way - Rotates logs at the start of the game or if they get too bigLog levels used in TLog.Platform-specific log output, usually to some kind of a terminal.A regular System.out logger, usually used by the Desktop and Headless backends.The proper way to log things.