Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class LogRequest

java.lang.Object
  extended by org.geomajas.command.dto.LogRequest
All Implemented Interfaces:
Serializable, CommandRequest

public class LogRequest
extends Object
implements CommandRequest

Request object for LogCommand.

Author:
Joachim Van der Auwera
See Also:
Serialized Form

Field Summary
static String COMMAND
          Command name for this request.
static int LEVEL_DEBUG
           
static int LEVEL_ERROR
           
static int LEVEL_INFO
           
static int LEVEL_WARN
           
 
Constructor Summary
LogRequest()
           
 
Method Summary
 int getLevel()
           
 String getStatement()
           
 void setLevel(int level)
           
 void setStatement(String statement)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMMAND

public static final String COMMAND
Command name for this request.

Since:
1.9.0
See Also:
Constant Field Values

LEVEL_DEBUG

public static final int LEVEL_DEBUG
See Also:
Constant Field Values

LEVEL_INFO

public static final int LEVEL_INFO
See Also:
Constant Field Values

LEVEL_WARN

public static final int LEVEL_WARN
See Also:
Constant Field Values

LEVEL_ERROR

public static final int LEVEL_ERROR
See Also:
Constant Field Values
Constructor Detail

LogRequest

public LogRequest()
Method Detail

getStatement

public String getStatement()

setStatement

public void setStatement(String statement)

getLevel

public int getLevel()

setLevel

public void setLevel(int level)

toString

public String toString()
Overrides:
toString in class Object

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.