@Entity
public class TestLog
extends Object
The TestLog holds logging information from the TestAgents. A TestLog is always bound to a
TestRun
-
Constructor Summary
Constructors
protected
TestLog(@NonNull org.springframework.boot.logging.LogLevel logLevel,
@NonNull String message,
@NonNull String source)
-
Method Summary
protected boolean
boolean
@NonNull org.springframework.boot.logging.LogLevel
int
-
Constructor Details
-
TestLog
public TestLog(@NonNull
@NonNull org.springframework.boot.logging.LogLevel logLevel,
@NonNull
@NonNull String message,
@NonNull
@NonNull String source)
-
TestLog
protected TestLog()
-
Method Details
-
-
canEqual
protected boolean canEqual(Object other)
-
-
-
-
getLogLevel
@NonNull
public @NonNull org.springframework.boot.logging.LogLevel getLogLevel()
-
getMessage
@NonNull
public @NonNull String getMessage()
-
getSource
@NonNull
public @NonNull String getSource()