All Downloads are FREE. Search and download functionalities are using the official Maven repository.

view.log.html Maven / Gradle / Ivy

There is a newer version: 2.7
Show newest version
@*
*  Made with all the love in the world
*  by scireum in Remshalden, Germany
*
*  Copyright by scireum GmbH
*  http://www.scireum.de - [email protected]
*@
@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()) { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy