renaissance/source/renaissance/logging.d

12 lines
220 B
D

module renaissance.logging;
import gogga;
public static __gshared GoggaLogger logger;
__gshared static this()
{
logger = new GoggaLogger();
logger.enableDebug();
logger.mode(GoggaMode.RUSTACEAN_SIMPLE);
}