Set up a callback system for the browser link.

This should somewhat simulate asynchronous method calling.
This commit is contained in:
Markil3
2021-07-26 22:53:44 -07:00
parent 66ce116da4
commit b89dd9783a
4 changed files with 491 additions and 172 deletions

View File

@@ -4,7 +4,7 @@
-->
<Configuration status="WARN">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<Console name="Console" target="SYSTEM_ERR">
<PatternLayout pattern="%d%c%L %-5level - %msg%n"/>
</Console>
<File name="File" fileName="addonInter.log" append="false">