Click or drag to resize

ServiceRepository Class

Interface to register available configuration objects type
Inheritance Hierarchy
SystemObject
  NLog.ConfigServiceRepository

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public abstract class ServiceRepository : IServiceProvider

The ServiceRepository type exposes the following members.

Methods
  NameDescription
Public methodGetService
Gets the service object of the specified type.
Public methodRegisterService
Registers instance of singleton object for use in NLog
Top
See Also