Skip to content

Kaizen321/Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some fun with log4net and sqlite.

Table schema: Location (string), Level(string), Message (ntext), TimeStamp (DateTime).

I tried to keep this as simple as possible. You can probably expand this to suit your specific needs. 

Level/Message/TimeStamp are self explanatory. They are part of the defaults given by log4net. Location is a little different. The idea is to change this value to a specific office/location a company may have accross the country or the world. It can probably be removed. 

Notes: You need to change the connection string to the proper location in your machine. I hard-coded the location of my database. I know, I know bad developer. I'll revisit it in the future, I promise.

About

Log4net and sqlite integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages