Click or drag to resize

HierarchicalLogger Constructor (TextWriter)

Initializes a new instance to log to a specified TextWriter.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public HierarchicalLogger(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
The stream to which to log.
See Also