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

8
LINES

< > BotCompany Repo | #1004208 // scanEventLogForText - returns L<S>

JavaX fragment (include)

1  
static L<S> scanEventLogForText(S progID, S dialogName) {
2  
  ret scanEventLogForText(getProgramFile(progID, dialogName));
3  
}
4  
5  
// f can be the dir or the log file
6  
static L<S> scanEventLogForText(File f) {
7  
  ret collect(scanEventLogForPosts(f), "text");
8  
}

Author comment

Began life as a copy of #1003901

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1004208
Snippet name: scanEventLogForText - returns L<S>
Eternal ID of this version: #1004208/1
Text MD5: 6612f00b37e96c6b28c09af57cb85b35
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-10 16:14:47
Source code size: 260 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 461 / 478
Referenced in: [show references]