Manages logging.

Namespace: Castle.Core.Logging
Assembly:  Castle.Core (in Castle.Core.dll)
Version: 1.0.3.0

Syntax

C#
public interface ILogger

Remarks

This is a facade for the different logging subsystems. It offers a simplified interface that follows IOC patterns and a simplified priority/level/severity abstraction.

See Also

ILogger Members