Class ClientLoggingController
java.lang.Object
com.netcetera.girders.clientlogging.ClientLoggingController
Controller handling client side log data (i.e. logging them).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
post
(ClientLogEntry clientLogEntry) Writes client side log data to the server log.
-
Constructor Details
-
ClientLoggingController
public ClientLoggingController()
-
-
Method Details
-
post
@PostMapping(consumes="application/json") @ResponseStatus(OK) public void post(@RequestBody ClientLogEntry clientLogEntry) Writes client side log data to the server log.- Parameters:
clientLogEntry
- client log data to log
-