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.2.419.0 (24.2.419.0)
Syntax public HierarchicalLogger(
string fileName
)
Public Sub New (
fileName As String
)
public:
HierarchicalLogger(
String^ fileName
)
new :
fileName : string -> HierarchicalLogger
Parameters
- fileName
- Type: SystemString
The name of the file to which to log.
See Also