C# Class Amnesia.LogAdapter

Implementation of ILog that adapts the interface to a delegate.
Inheritance: ILog
Afficher le fichier Open project: vc3/Amnesia

Méthodes publiques

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

Method Details

CopyInto() public méthode

public CopyInto ( ILog log ) : void
log ILog
Résultat void

LogAdapter() public méthode

public LogAdapter ( object[]>.Action write ) : System
write object[]>.Action
Résultat System

Write() public méthode

public Write ( string messageFormat ) : void
messageFormat string
Résultat void