Class LocalLog

java.lang.Object
ch.autumo.beetroot.server.modules.log.LocalLog
All Implemented Interfaces:
Log

public class LocalLog extends Object implements Log
Local log extended.
  • Constructor Details

    • LocalLog

      public LocalLog()
  • Method Details

    • getLog

      public ClientAnswer getLog() throws Exception
      Description copied from interface: Log
      Get server log.
      Specified by:
      getLog in interface Log
      Returns:
      client answer with all log data
      Throws:
      Exception