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/sdk/js_interface/js_interface.idl

    r916 r918  
    353353};
    354354
     355
    355356interface LoggerBase {
    356357        void LoggerBase(optional long opts = 0);
     
    383384        "LoggerToMemory::StoreAllMessages"
    384385};
     386
     387interface LoggerToStdout {
     388        void LoggerToStdout(optional long opts = 0, optional VirtFILE ffile);
     389};
     390
    385391
    386392interface VirtFILE {
Note: See TracChangeset for help on using the changeset viewer.