Insert JavaScript
> ConLogStartMsg(true)
> ConLog(`String without a type being set`)
> ConLog({ object: true, withoutType: true, conLog: [`system`, `error`, `ok`, `warning`, `object`] })
> ConLog(`test1`, `error`)
> ConLog('test2', 2)
> ConLog("test3", `wa`)
> ConLog({ userId: 123, status: `active`, permissions: [`read`, `write`] }, "object")
 Terminal (also in the browsers console)