Improve SDK log message format

This commit is contained in:
hensm
2022-09-01 07:28:39 +01:00
parent 715f645850
commit f50c8937e4
3 changed files with 9 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
import { v4 as uuid } from "uuid";
import logger from "../../lib/logger";
import { Logger } from "../../lib/logger";
import eventMessaging from "../pageMessenging";
import { convertSupportedMediaCommandsFlags } from "../utils";
@@ -30,6 +30,8 @@ import Media, {
NS_MEDIA
} from "./media/Media";
const logger = new Logger("fx_cast [sdk :: cast.Session]");
/**
* Takes a media object and a media status object and merges the status
* with the existing media object, updating it with new properties.