HierarchicalLoggerPop Method |
Finishes logging for this sub-task and writes its output to either the
log file or its parent sub-task.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public HierarchicalLogger Pop()
Public Function Pop As HierarchicalLogger
public:
HierarchicalLogger^ Pop()
member Pop : unit -> HierarchicalLogger
Return Value
Type:
HierarchicalLoggerThe logged for the parent sub-task.
See Also