Open mika76 opened 6 years ago
Very cool library. Why only 8 starts. I give it one to make it one:) Just connected and it created database automatically:)
@ivanromakh Could you please provide the schema here?
@mika76 Created table and database looks like this
@ivanromakh thanks, that's fantastic. How are the Properties stored? json text?
@make Hm. I stored only Message and Level. I am just started don`t used them. I need only message for my code:)
@mika76 Just used the basic example from documentation
logger.Information("This informational message will be written to SQLite database");
Information is Level. Message is in bracket thats all.
No prob. Just looked at the code. Seems it serializes to json. Thanks!
Maybe include some dummy data, just to get a better idea of how this works without having to actually run it.