-
Notifications
You must be signed in to change notification settings - Fork 0
9b93256c e447 a0bb 7f12 394a12294f53
Axel Kesseler edited this page May 11, 2021
·
15 revisions
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.6.1
C#
private void WriteStyled(
string message
)
- message
- Type: System.String
The message to be written.
Currently applied styles means at the moment that only coloring is used.
SystemConsoleWrapper Class
Plexdata.LogWriter.Internals.Native.Windows Namespace
SystemConsoleWrapper.Write(String)
SystemConsoleWrapper.WriteNative(String)
SystemConsoleWrapper.SetConsoleColor(IntPtr, UInt16)
SystemConsoleWrapper.RestoreConsoleAttributes(IntPtr, UInt16)