Interface IFileTerminal

IFileTerminal interface

Interface of terminals which actually are files.

public interface IFileTerminal

Properties

NameDescription
FileName { get; set; }Gets/sets the file name.

Methods

NameDescription
WriteFile()Finalizes the log, e.g., writes it to file.

See Also