mirror of https://github.com/deavmi/gogga.git
parent
98b65305a5
commit
6322b1db77
|
@ -1,7 +1,13 @@
|
||||||
|
/**
|
||||||
|
* Custom context for gogga logging
|
||||||
|
*/
|
||||||
module gogga.context;
|
module gogga.context;
|
||||||
|
|
||||||
import dlog;
|
import dlog;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Pass in a custom context to be used for gogga
|
||||||
|
*/
|
||||||
public final class GoggaContext : Context
|
public final class GoggaContext : Context
|
||||||
{
|
{
|
||||||
// TODO: Put more advanced stuff here
|
// TODO: Put more advanced stuff here
|
||||||
|
|
Loading…
Reference in New Issue