Hi Apache logger has support for logging into files through file appender. But, if my file is existing on a different location on the "intranet", how should i specify that network location in the log4j.properties? Also, please point to the issues that are inherently present with this sort of remote logging.
2. Supposing that we define a new appender for logging onto a n/w file, how to conditionally instruct logger to log to that appender when a special case is satisfied? what i know is that when logging has to be done, apache logger does so dutifully to all the appeneders defined in the log4j.properties file thanks
