Both needs configuration files.Log4NetSimple general purpose logging tool.Easy to integrate.Creates text file.Log levels: DEBUG, INFO, WARN, ERROR, FATAL.ProsHighly configurable logging framework.Best used by calling explicitly through code.Can implement exception handling with handlers.Output: file, console, email.Thread-safe.Will not throw unexpected exceptions at run-time potentially causing application to crash.ConsNot reliable. ELMAH...