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 = 3A player said something to the other players.
Command = 5A command typed in the box, echoed back.
Error = 2The server failed at something, or wrote to standard error.
Info = 0Ordinary server output. The vast majority of lines.
Launcher = 6This application talking, not the server.
Players = 4Somebody joined, left or died.
Warn = 1The server warned about something.