Click or drag to resize
ISystemLogFactory Interface

[This is preliminary documentation and is subject to change.]

The purpose of this class is to provide an abstraction to a factory class that is capable of creating concrete implementations of ISystemLogger

Namespace: Netadmin.Core.Logging
Assembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ISystemLogFactory
Methods
  NameDescription
Public methodISystemLoggerCreateLogger(String)
Creates a logger with a specific name
Public methodISystemLoggerCreateLogger(Type)
Creates and returns a concrete implementation of ISystemLogger
Top
See Also