Table of Contents

Enum ConsoleLineKind

Namespace
McServerLauncher.Models
Assembly
McServerLauncher.dll

What a console line is about, which is what decides its colour and its filter.

public enum ConsoleLineKind

Fields

Chat = 3

A player said something to the other players.

Command = 5

A command typed in the box, echoed back.

Error = 2

The server failed at something, or wrote to standard error.

Info = 0

Ordinary server output. The vast majority of lines.

Launcher = 6

This application talking, not the server.

Players = 4

Somebody joined, left or died.

Warn = 1

The server warned about something.

Remarks

Seven rather than the usual five. Launcher and Players are the two worth adding: the app's own messages and the server's were indistinguishable in one grey stream, and "who came and went while I was away" is the question people actually scroll back for.