2021-06-23 13:18:47 -05:00
|
|
|
<!-- Copyright 2019-2021 Signal Messenger, LLC -->
|
2020-10-30 15:34:04 -05:00
|
|
|
<!-- SPDX-License-Identifier: AGPL-3.0-only -->
|
|
|
|
|
2019-12-17 15:25:57 -05:00
|
|
|
<!-- prettier-ignore -->
|
2020-02-07 14:07:22 -05:00
|
|
|
<link rel="stylesheet" href="../stylesheets/manifest.css" />
|
2020-09-24 08:11:38 -07:00
|
|
|
<script>
|
2021-09-17 17:54:41 -04:00
|
|
|
window.SignalWindow = window.SignalWindow || {};
|
|
|
|
window.SignalWindow.log = {
|
2020-09-24 08:11:38 -07:00
|
|
|
fatal: console.error.bind(console),
|
|
|
|
error: console.error.bind(console),
|
|
|
|
warn: console.warn.bind(console),
|
|
|
|
info: console.info.bind(console),
|
|
|
|
debug: console.debug.bind(console),
|
|
|
|
trace: console.trace.bind(console),
|
|
|
|
};
|
2021-06-23 13:18:47 -05:00
|
|
|
</script>
|