WindowsLogConsole Class

Definition

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

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

Constructors

WindowsLogConsole()

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