AnsiLogConsole Class

Definition

Log console for non-Windows platform consoles that understand the ANSI escape-code sequences to represent color.

public ref class AnsiLogConsole : Microsoft::Extensions::Logging::Console::Internal::IConsole
public class AnsiLogConsole : Microsoft.Extensions.Logging.Console.Internal.IConsole
type AnsiLogConsole = class
    interface IConsole
Public Class AnsiLogConsole
Implements IConsole
Inheritance
AnsiLogConsole
Implements

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Constructors

AnsiLogConsole(IAnsiSystemConsole)

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Flush()

This API supports the .NET infrastructure and is not intended to be used directly from your code.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
Write(String, Nullable<ConsoleColor>, Nullable<ConsoleColor>)

This API supports the .NET infrastructure and is not intended to be used directly from your code.

WriteLine(String, Nullable<ConsoleColor>, Nullable<ConsoleColor>)

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Applies to