public interface IssueLogger
| Modifier and Type | Method and Description |
|---|---|
void |
error(String issue,
Map<String,Object> props)
This method records an error issue.
|
void |
error(String issue,
ModelObject mobj)
This method records an error issue.
|
void |
info(String issue,
Map<String,Object> props)
This method records an information issue.
|
void |
info(String issue,
ModelObject mobj)
This method records an information issue.
|
void |
warning(String issue,
Map<String,Object> props)
This method records a warning issue.
|
void |
warning(String issue,
ModelObject mobj)
This method records a warning issue.
|
void error(String issue, Map<String,Object> props)
issue - The issue textprops - The optional properties associated with the issuevoid error(String issue, ModelObject mobj)
issue - The issue textmobj - The model objectvoid warning(String issue, Map<String,Object> props)
issue - The issue textprops - The optional properties associated with the issuevoid warning(String issue, ModelObject mobj)
issue - The issue textmobj - The model objectvoid info(String issue, Map<String,Object> props)
issue - The issue textprops - The optional properties associated with the issuevoid info(String issue, ModelObject mobj)
issue - The issue textmobj - The model objectCopyright © 2014. All Rights Reserved.