
view.log.html Maven / Gradle / Ivy
@*
* 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.
}
Function
Description
Result
@if(entries.isEmpty()) {
No API calls so far...
}
@for(ninja.APILog.Entry entry : entries) {
@entry.getFunction()
@entry.getTod()
@entry.getDescription()
@entry.getResult()
@entry.getDuration()
}
@if(!entries.isEmpty()) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy