Project

General

Profile

$logstampfmt » History » Version 3

Per Amundsen, 02/18/2017 09:02 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$logstampfmt*
4
5 3 Per Amundsen
Returns the logging timestamp format set in [[Options_Dialog|Options]] -> [[Logging_Options|Logging]] -> [[Logging_Options#Timeformat|Timeformat]].
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>