Class LptfLogCommand
- java.lang.Object
-
- lumis.portal.lptf.cluster.command.LptfLogCommand
-
- All Implemented Interfaces:
Serializable
,Callable<Serializable>
,IClusterCallable<Serializable>
public class LptfLogCommand extends Object implements IClusterCallable<Serializable>
Cluster command for logging test execution on all cluster.- Since:
- 10.3.0
- Version:
- $Revision: 20807 $ $Date: 2017-11-30 17:08:51 -0200 (Thu, 30 Nov 2017) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LptfLogCommand(String logMessage, ILogger.Level logLevel)
-
-
-
Constructor Detail
-
LptfLogCommand
public LptfLogCommand(String logMessage, ILogger.Level logLevel)
-
-
Method Detail
-
call
public Serializable call() throws Exception
- Specified by:
call
in interfaceCallable<Serializable>
- Throws:
Exception
-
-