Skip to main content
added 6 characters in body
Source Link

You can use a nested diagnostic context (NDC) to push the information in before you enter the ORM module (or at whatever level is appropriate).

This idea is referred to in the log4net documentation as Context Stacks but most loggers have a similar concept.

You can use a nested diagnostic context to push the information in before you enter the ORM module (or at whatever level is appropriate).

This idea is referred to in the log4net documentation as Context Stacks but most loggers have a similar concept.

You can use a nested diagnostic context (NDC) to push the information in before you enter the ORM module (or at whatever level is appropriate).

This idea is referred to in the log4net documentation as Context Stacks but most loggers have a similar concept.

Source Link

You can use a nested diagnostic context to push the information in before you enter the ORM module (or at whatever level is appropriate).

This idea is referred to in the log4net documentation as Context Stacks but most loggers have a similar concept.