Class MSDeployLogEntry
java.lang.Object
com.microsoft.azure.management.appservice.MSDeployLogEntry
MSDeploy log entry.
-
Constructor Details
-
MSDeployLogEntry
public MSDeployLogEntry()
-
-
Method Details
-
time
public org.joda.time.DateTime time()Get timestamp of log entry.- Returns:
- the time value
-
type
Get log entry type. Possible values include: 'Message', 'Warning', 'Error'.- Returns:
- the type value
-
message
Get log entry message.- Returns:
- the message value
-