| Modifier | Constructor and Description |
|---|---|
protected |
Entry(String function,
String description,
String result,
String duration)
Creates a new log entry.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCSS()
Helper method which returns a bootstrap css class based on the result of the call
|
String |
getDescription()
Returns a description of the call
|
String |
getDuration()
Returns the duration of the call
|
String |
getFunction()
Returns the method or function which was called.
|
String |
getResult()
Returns the outcome (one of Result.name()) of the call
|
String |
getTod()
Returns a timestamp of the call
|
public String getFunction()
public String getDescription()
public String getResult()
public String getDuration()
public String getTod()
public String getCSS()
Copyright © 2016. All rights reserved.