gogga/source/gogga/package.d

16 lines
298 B
D
Raw Normal View History

/**
* Gogga logging facilities
*/
module gogga;
2023-03-03 09:30:26 +00:00
/**
* The logging class which provides the logging print
* calls, controlling of style and whether to debug or
* not
*/
2023-03-02 14:09:04 +00:00
public import gogga.core : GoggaLogger;
2023-03-03 09:30:26 +00:00
/**
* The gogga styles supported
*/
2023-03-02 14:09:04 +00:00
public import gogga.transform : GoggaMode;