Azure Function log4net -


i'm using log4net in azure function instead of default tracewriter. after headache, i'm gottent log file work in class library , can log file. logging in console not shown in local debug deployment.

how should redirect azure function logging in log4net?


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -