Ignore:
Timestamp:
05/08/20 11:21:03 (4 years ago)
Author:
Maciej Komosinski
Message:

Created global LoggerToStdout? object so that all messages emitted by SDK loggers will be printf()'ed and consequently will appear in the JS console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • js/human_3d_alignment/src/index.jsx

    r911 r918  
    5151
    5252        window.genetics = new Module.PreconfiguredGenetics();
     53        window.logger = new Module.LoggerToStdout(Module.LoggerBase.Enable); // While this object exists, all messages emitted by SDK loggers will be printf()'ed and consequently will appear in the JS console.
    5354        this.layout = [
    5455            {name:'0,textviewer', x: 0, y: 0, w: 9, h: 1},
Note: See TracChangeset for help on using the changeset viewer.