- Added more documentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 11:30:56 +02:00
parent 98b65305a5
commit 6322b1db77
1 changed files with 6 additions and 0 deletions

View File

@ -1,7 +1,13 @@
/**
* Custom context for gogga logging
*/
module gogga.context;
import dlog;
/**
* Pass in a custom context to be used for gogga
*/
public final class GoggaContext : Context
{
// TODO: Put more advanced stuff here