Changeset 918
- Timestamp:
- 05/08/20 11:21:03 (4 years ago)
- Location:
- js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
js/human_3d_alignment/src/index.jsx
r911 r918 51 51 52 52 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. 53 54 this.layout = [ 54 55 {name:'0,textviewer', x: 0, y: 0, w: 9, h: 1}, -
js/sdk/js_interface/js_interface.idl
r916 r918 353 353 }; 354 354 355 355 356 interface LoggerBase { 356 357 void LoggerBase(optional long opts = 0); … … 383 384 "LoggerToMemory::StoreAllMessages" 384 385 }; 386 387 interface LoggerToStdout { 388 void LoggerToStdout(optional long opts = 0, optional VirtFILE ffile); 389 }; 390 385 391 386 392 interface VirtFILE {
Note: See TracChangeset
for help on using the changeset viewer.