ILog Interface

Design Pattern Framework 3.5

Design Pattern Framework 3.5 ILog Interface
Patterns-In-Action! ApplicationLogILog
Defines a single method to write requested log events to an output device.
Declaration Syntax
C# Visual Basic
public interface ILog
Public Interface ILog
Members
All Members Methods



Icon Member Description
Log(Object, LogEventArgs)
Write a log request to a given output device.

Assembly: Log (Module: Log) Version: 1.0.0.0 (1.0.0.0)