Suoranta.EnterpriseLib.Web - Developer API

LogToDbService<(Of <(<'TLogEntry>)>)> Class

Special LogService derived type that can output entries to database

Namespace:  Suoranta.EnterpriseLib.Logging
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public class LogToDbService<TLogEntry> : LogService
where TLogEntry : ILogEntry

Type Parameters

TLogEntry
Entity class representing log entries

Inheritance Hierarchy


Object
  Suoranta.EnterpriseLib.Logging..::..LogService
    Suoranta.EnterpriseLib.Logging..::..LogToDbService<(Of <(<'TLogEntry>)>)>