mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-30 21:27:10 +01:00
[feature] integrated Logger
This commit is contained in:
@@ -15,7 +15,7 @@ export default class Logger {
|
||||
}
|
||||
|
||||
// Log message received from the websocket to the console
|
||||
public static wsReicved(data: object, message: string | undefined = undefined): void {
|
||||
public static wsReceived(data: object, message: string | undefined = undefined): void {
|
||||
console.log(`%c[WS Recieved] ${message ?? ""}`.trim(), "color: #8258c7", data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user