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.2.419.0 (24.2.419.0)
Syntax public HierarchicalLogger(
TextWriter writer
)
Public Sub New (
writer As TextWriter
)
public:
HierarchicalLogger(
TextWriter^ writer
)
new :
writer : TextWriter -> HierarchicalLogger
Parameters
- writer
- Type: System.IOTextWriter
The stream to which to log.
See Also