c# - How to customize log output format in Catel? -


we're using catel 3.9 , fileloglistener. log format doesn't contain date nor thread id. time format in 12h , not 24h.

i couldn't find way customize log format in log4net. possible or need implement own fileloglistener?

this fixed in catel 4+. customization options available in 4+, check out latest docs.

if want fix in 3.9, can override fileloglistener , customize formatlogevent method or implement own loglistener (deriving loglistenerbase).

if looking documentation of older versions, please see version specific documentation.


Comments