Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1017749 // Clear print logs of Telegram components (OK)

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Libraryless. Click here for Pure Java version (14639L/100K).

!7

sclass ClearTelegramPrintLogs > DynSingleFunctionWithPrintLog {
  void doIt {
    for (O mod : dm_listModules()) {
      S name;
      if (mod != this && cic(name = dm_moduleName(mod), "Telegram")) {
        print("Clearing print log of: " + name);
        clearPrintLogOf(mod);
      }
    }
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017749
Snippet name: Clear print logs of Telegram components (OK)
Eternal ID of this version: #1017749/4
Text MD5: a749b4edd4aaeb01b706dc6eb401b1a0
Transpilation MD5: 5562eb91b20cec1807a2d746e201feb4
Author: stefan
Category: javax / stefan's os
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-07 21:49:02
Source code size: 314 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 316 / 562
Version history: 3 change(s)
Referenced in: [show references]