ImpersonatingTargetWrapperWrite Method |
| Name | Description | |
|---|---|---|
| Write(AsyncLogEventInfo) |
Changes the security context, forwards the call to the WrappedTarget.Write()
and switches the context back to original.
(Overrides TargetWrite(AsyncLogEventInfo).) | |
| Write(IListAsyncLogEventInfo) |
Changes the security context, forwards the call to the WrappedTarget.Write()
and switches the context back to original.
(Overrides TargetWrite(IListAsyncLogEventInfo).) | |
| Write(LogEventInfo) |
Writes logging event to the log target. Must be overridden in inheriting
classes.
(Inherited from WrapperTargetBase.) |