Added logging to module framework
Implemented logging to Adafruit and changed database loading behavior.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
namespace Props.Options
|
||||
{
|
||||
public class ContentOptions
|
||||
{
|
||||
public const string Content = "Content";
|
||||
public string Dir { get; set; }
|
||||
}
|
||||
}
|
@@ -3,7 +3,8 @@ namespace Props.Options
|
||||
public class ModulesOptions
|
||||
{
|
||||
public const string Modules = "Modules";
|
||||
public string ShopsDir { get; set; }
|
||||
public string ModulesDir { get; set; }
|
||||
public string ModuleDataDir { get; set; }
|
||||
public bool RecursiveLoad { get; set; }
|
||||
public string ShopRegex { get; set; }
|
||||
}
|
||||
|
8
Props/Options/TextualOptions.cs
Normal file
8
Props/Options/TextualOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Props.Options
|
||||
{
|
||||
public class TextualOptions
|
||||
{
|
||||
public const string Textual = "Textual";
|
||||
public string Dir { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user