Automatically exported from code.google.com/p/shawn-le-snippets
date 22Oct2018
id 22Oct2018b
brief a project logger that print log message with format "[ERROR|DEBUG|INFO][classId::funname] message"
date 22Oct2018
id 22Oct2018a
brief a text parser that complies with some parameterization of format including a text delimiter (space, comma...), number of rows m in a data group, columns of each record in a data group (i,j,k). For example:
e11 e12 e13 ... e1i
e21 e22 e33 ... e2j
...
em1 em2 em3 ... emk
(repeat)
status open