You can create an object of the class simply by using the namespace new Monster.Logging.Logger()
.
<script type="module">
import {Monster} from 'https://cdn.jsdelivr.net/npm/@schukai/monster@1.30.0/dist/monster.js';
new Monster.Logging.Logger()
</script>
Alternatively, you can also integrate this class individually.
<script type="module">
import {ID} from 'https://cdn.jsdelivr.net/npm/@schukai/monster@1.30.0/dist/modules/logging/logger.js';
new Logger()
</script>