c# - How to get the log file location/name from Spring.Net Common Logging -
c# - How to get the log file location/name from Spring.Net Common Logging - i trying receive lastly line of message inserted log file (using spring.net mutual logging). first step retrieve name of file little tricker expected cant find relevant properties/cast this. i've found few articles of how retrieve filename given log4net file reader nil starting spring.net mutual logging class. after have received filename, utilize reverse file reader retrieve lastly name. wondering peoples thoughts reading in file whilst it's potentially beingness written mutual logging / log4net? you should able open file reading while still open writing logging infrastructure, i'm bit worried plans read "last" line. between point find need open file , point manage open file read else can write entry log file, making potentially hard line want assuming 'last' line in log. am right in assuming kind of way respond error status , acquire correlated lo...