-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a bit more detail to the readme on the structure of the db when created #18
Comments
Very cool library. Why only 8 starts. I give it one to make it one:) |
@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.
The text was updated successfully, but these errors were encountered: