Project

General

Profile

$logstampfmt » History » Version 2

Per Amundsen, 08/09/2015 02:44 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$logstampfmt*
4
5
Returns the logging timestamp format set in [[Options_Dialog|Options]] -> [[Options_Logging|Logging]].
6 2 Per Amundsen
7
*Example*
8
9
<pre>
10
; Format current time using the timestamp format
11
//echo -ag $asctime($ctime, $logstampfmt)
12
</pre>