C# Class Amnesia.LogAdapter

Implementation of ILog that adapts the interface to a delegate.
Inheritance: ILog
Datei anzeigen Open project: vc3/Amnesia

Public Methods

Method Description
CopyInto ( ILog log ) : void
LogAdapter ( object[]>.Action write ) : System
Write ( string messageFormat ) : void

Method Details

CopyInto() public method

public CopyInto ( ILog log ) : void
log ILog
return void

LogAdapter() public method

public LogAdapter ( object[]>.Action write ) : System
write object[]>.Action
return System

Write() public method

public Write ( string messageFormat ) : void
messageFormat string
return void