A Sandcastle Documented Class Library
LoggingServiceLocatorUse Method |
Specifies the logging service to use.
Namespace: Tego.Logging
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static void Use( ILogService service )
Public Shared Sub Use ( service As ILogService )
public: static void Use( ILogService^ service )
static member Use : service : ILogService -> unit
Parameters
- service
- Type: Tego.LoggingILogService
Logging service.
See Also