Not sure what I'm doing with this quite yet
This commit is contained in:
parent
438ab113da
commit
81a6f2985c
@ -8,10 +8,10 @@ package dev.salmonllama.fsbot.logging;
|
||||
import java.awt.*;
|
||||
|
||||
public enum ResponseType {
|
||||
ERROR (Color.RED),
|
||||
WARN (Color.YELLOW),
|
||||
INFO (Color.BLUE),
|
||||
LOG (Color.GRAY);
|
||||
ERROR (Color.RED, "Error"),
|
||||
WARN (Color.YELLOW, "Warning"),
|
||||
INFO (Color.BLUE, "Info"),
|
||||
LOG (Color.GRAY, "Log");
|
||||
|
||||
private Color color;
|
||||
private String title;
|
||||
|
Loading…
Reference in New Issue
Block a user