gogga/source/gogga/package.d

16 lines
313 B
D

/**
* Gogga logging facilities
*/
module gogga;
/**
* The logging class which provides the logging print
* calls, controlling of style and whether to debug or
* not
*/
// public import gogga.core : GoggaLogger;
// /**
// * The gogga styles supported
// */
// public import gogga.transform : GoggaMode;