I need to modify the existing program that does some error logging by writing to an access file and it actually uses log4net dll (as we found out by checking the dlls via hex editor) so in idea I will need to recompile the tweaked dll with the original that program uses. The need is pretty simple, for some errors that are written to the access file, the system should automaticly warn the admin via sending him an email.
What parts of the project and documentation shall I be looking at ? I am quite lost as a person who is very new to the .net platform aswell as log4net.
EDIT: It seems like the config file of log4net is embedded so no way to access the config directly. It seems like I will need another way to fix this. Regards