Package org.vrspace.server.dto
Class Log
java.lang.Object
org.vrspace.server.dto.Log
- All Implemented Interfaces:
Command
Browsers on mobile devices do not have javscript console, and USB debugging
is next to useless. So they can send log messages to the server using this
command.
- Author:
- joe
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Log
public Log()
-
-
Method Details
-
execute
public ClientResponse execute(WorldManager manager, Client client) throws ClassNotFoundException, SessionException - Specified by:
executein interfaceCommand- Throws:
ClassNotFoundExceptionSessionException
-