CompactRepositorySelector ClassApache log4net™ SDK Documentation
The implementation of the IRepositorySelector interface suitable for use with the compact framework
Inheritance Hierarchy

OnlineSystem Object
  log4net.Core CompactRepositorySelector

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public class CompactRepositorySelector : IRepositorySelector
Remarks

This IRepositorySelector implementation is a simple mapping between repository name and ILoggerRepository object.

The .NET Compact Framework 1.0 does not support retrieving assembly level attributes therefore unlike the DefaultRepositorySelector this selector does not examine the calling assembly for attributes.

See Also