Skip to content

9b93256c e447 a0bb 7f12 394a12294f53

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

SystemConsoleWrapper.WriteStyled Method

Writes provided message out to console screen buffer by using currently applied styles.

Namespace: Plexdata.LogWriter.Internals.Native.Windows
Assembly: Plexdata.LogWriter.Console.Windows (in Plexdata.LogWriter.Console.Windows.dll) Version: 1.0.7.1

Syntax

C#

private void WriteStyled(
	string message
)

Parameters

 

message
Type: System.String
The message to be written.

Remarks

Currently applied styles means at the moment that only coloring is used.

See Also

Reference

SystemConsoleWrapper Class
Plexdata.LogWriter.Internals.Native.Windows Namespace
SystemConsoleWrapper.Write(String)
SystemConsoleWrapper.WriteNative(String)
SystemConsoleWrapper.SetConsoleColor(IntPtr, UInt16)
SystemConsoleWrapper.RestoreConsoleAttributes(IntPtr, UInt16)

Clone this wiki locally