@* * Made with all the love in the world * by scireum in Remshalden, Germany * * Copyright by scireum GmbH * http://www.scireum.de - info@scireum.de *@ @args List entries, boolean canPagePrev, boolean canPageNext, String range, int prevStart, int nextStart @extends(view.main.html, title: "API Log") @section(sidebar) { } @section(header) {

API Log

All API calls are listed here.
Note that this log is stored in memory and will be cleared once the server re-starts.

} @if(entries.isEmpty()) { } @for(ninja.APILog.Entry entry : entries) { }
Function Description Result
No API calls so far...
@entry.getFunction()
@entry.getTod()
@entry.getDescription() @entry.getResult()
@entry.getDuration()
@if(!entries.isEmpty()) { }