ISystemLogFactoryCreateLogger Method (Type) |
[This is preliminary documentation and is subject to change.]
Creates and returns a concrete implementation of ISystemLogger
Namespace: Netadmin.Core.LoggingAssembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxISystemLogger CreateLogger(
Type type
)
Function CreateLogger (
type As Type
) As ISystemLogger
Parameters
- type
- Type: SystemType
The type of the class for which to create a logger.
Return Value
Type:
ISystemLogger[Missing <returns> documentation for "M:Netadmin.Core.Logging.ISystemLogFactory.CreateLogger(System.Type)"]
See Also