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).

1  
!7
2  
3  
sclass ClearTelegramPrintLogs > DynSingleFunctionWithPrintLog {
4  
  void doIt {
5  
    for (O mod : dm_listModules()) {
6  
      S name;
7  
      if (mod != this && cic(name = dm_moduleName(mod), "Telegram")) {
8  
        print("Clearing print log of: " + name);
9  
        clearPrintLogOf(mod);
10  
      }
11  
    }
12  
  }
13  
}

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: 322 / 570
Version history: 3 change(s)
Referenced in: [show references]