Dear Hani,
by default Log4View expects a log file to have xml formated messages. You are using pattern massages and thus have to set up the matching layout pattern when adding the file. You can find log4nets layout modifiers at their documentation:
https://logging.apache.org/log4net/log4net-1.2.13/release/sdk/log4net.Layout.PatternLayout.htmlAssuming [10] is the process id (pid) of the message, the correct pattern layout is
%date [%property{pid}] %level %logger - %messageYours sincerely
Philipp Lauchner
PROSA GmbH
Development & Support