Attach Method (observer)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Attach Method (observer)
Patterns-In-Action! ApplicationLogSingletonLoggerAttach(ILog)
Attach a listening observer logging device to logger.
Declaration Syntax
C# Visual Basic
public void Attach(
	ILog observer
)
Public Sub Attach ( _
	observer As ILog _
)
Parameters
observer (ILog)
Observer (listening device).

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