Click or drag to resize

HierarchicalLogger Constructor (String)

Initializes a new instance to log to a specified file.

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(
	string fileName
)

Parameters

fileName
Type: SystemString
The name of the file to which to log.
See Also