38 throw new ArgumentOutOfRangeException();
42 BadConsole.ForegroundColor = fg;
43 BadConsole.BackgroundColor = bg;
override void Write(BadLog log)
Writes a log message to the log writer.
Base Class of all log writers.
Wrapper class for the console abstraction.
static ConsoleColor BackgroundColor
The Background Color.
static void WriteLine(string str)
Writes a string to the console and appends a newline.
static ConsoleColor ForegroundColor
The Foreground Color.
static T Instance
Returns the Instance of the Settings Provider.
Contains Writer Implementations for the BadScript Logging System.
Contains a Console Abstraction Layer to be able to Simulate Console Input/Output over the Network.
Represents a Log Message.
readonly BadLogType Type
The Type of the message.
override string ToString()
Returns a string representation of the log.