Removes the top context from this stack.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Return Value
Type: StringThe message in the context that was removed from the top of this stack.
Remarks
Remove the top context from this stack, and return it to the caller. If this stack is empty then an empty string (not ) is returned.
See Also