LogChannelInfoData Class

Represents a dundas.logging.LogChannelInfo class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsLogChannelInfoData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class LogChannelInfoData : BaseDataContract

The LogChannelInfoData type exposes the following members.

Constructors
 NameDescription
Public methodLogChannelInfoData Initializes a new instance of the LogChannelInfoData class.
Public methodLogChannelInfoData(String, String, LogLevel) Initializes a new instance of the LogChannelInfoData class.
Top
Properties
 NameDescription
Public propertyLogLevel Gets or sets the log level.
Public propertyLogName Gets or sets the log name.
Public propertyLogSection Gets or sets the log section.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
See Also