ILogService Interface

TegoOS

ILogService Interface
Platform independent interface to a logging service which provides ILogger objects.

Namespace: Tego.Logging
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public interface ILogService
Public Interface ILogService
public interface class ILogService
type ILogService =  interface end

The ILogService type exposes the following members.

Methods
  NameDescription
Public methodGetLoggerT
Provide a logger for a specified type.
Top
See Also