here is an easy question coming:
i am trying to use log4net to log the infos on a file. i wrote < file value="log-file.txt" /> into my appender tag in app.config. and now wondering where the log-file.txt is positioned and whether it is created automatically or i should create it by myself.
i am using c# - wpf