Skip to content

bffb3512 34d0 2deb 3b7d 4b60f577ace4

Axel Kesseler edited this page Mar 1, 2023 · 18 revisions

IConsoleLoggerSettings.BufferSize Property

Gets and sets the dimension of the console window.

Namespace: Plexdata.LogWriter.Abstraction
Assembly: Plexdata.LogWriter.Console (in Plexdata.LogWriter.Console.dll) Version: 1.0.7.1

Syntax

C#

Dimension BufferSize { get; set; }

Property Value

Type: Dimension
The number of rows and columns of the console buffer.

Remarks

The dimension (number of rows and columns) represents another special feature of a Windows console and defines the size of underlying output buffer.

See Also

Reference

IConsoleLoggerSettings Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally