console.log from Custom Element not showing

console.log() in the custom element file should show up in the browser dev tools console.
Maybe you did something wrong/you put it inside a function that’s never been called.
You can post your code here if it’s not too complicated.