{* * Debug * * Debug log template * * @author Christopher Han * @copyright Copyright (c) 2013 Christopher Han * @packge GitPHP * @subpackage Template *} {foreach from=$debuglog->GetEntries() item=entry} {/foreach}
{$entry.name|escape} {if $entry.value} {if strlen($entry.value) > 512} {$entry.value|truncate:512:'...'|escape}
{strlen($entry.value)-512} bytes more in output {else} {$entry.value|escape} {/if}
{/if} trace
{$entry.bt|escape}
{if $entry.time} {$entry.time*1000|string_format:"%.1f"} {if $entry.reltime}ms from start{else}ms{/if} {/if}