User Tools

Site Tools


script_customviewlog

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
script_customviewlog [2016/11/16 18:36]
cdfa 1.0.6.2
script_customviewlog [2016/11/18 15:24] (current)
cdfa
Line 3: Line 3:
   * Author : cdfa   * Author : cdfa
   * Link : https://​plus.google.com/​100430440392224314007/​posts/​ht4aZS8LSWg   * Link : https://​plus.google.com/​100430440392224314007/​posts/​ht4aZS8LSWg
-  * Version: 1.0.6.2+  * Version: 1.0.6.3
  
 ====== How to use the script ====== ====== How to use the script ======
Line 60: Line 60:
 1.0.6.2 1.0.6.2
   * Fixed a few bugs related to unreachable logfile   * Fixed a few bugs related to unreachable logfile
 +
 +1.0.6.3
 +  * Fixed date
  
 ====== Things to keep in mind ====== ====== Things to keep in mind ======
Line 190: Line 193:
  
   var date = new Date();   var date = new Date();
-  var logText = "<​font color=#​add8e6>"​ + date.getDate() + "​-"​ + date.getMonth() + 1 ++  var logText = "<​font color=#​add8e6>"​ + date.getDate() + "​-"​ + (date.getMonth() + 1+
     "</​font>"​ + " <font color=#​ffff00>"​ + date.toTimeString().slice(0,​ 8) +     "</​font>"​ + " <font color=#​ffff00>"​ + date.toTimeString().slice(0,​ 8) +
     "</​font>"​ + " <font color=#​00ff00>"​ + logScript.currentScript.getName() + "</​font>"​ +     "</​font>"​ + " <font color=#​00ff00>"​ + logScript.currentScript.getName() + "</​font>"​ +
script_customviewlog.1479321416.txt.gz · Last modified: 2016/11/16 18:36 by cdfa