public class ConsoleIssueLogger extends Object implements IssueLogger
| Constructor and Description |
|---|
ConsoleIssueLogger() |
| 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.
|
public void error(String issue, Map<String,Object> props)
error in interface IssueLoggerissue - The issue textprops - The optional properties associated with the issuepublic void error(String issue, ModelObject mobj)
error in interface IssueLoggerissue - The issue textmobj - The model objectpublic void warning(String issue, Map<String,Object> props)
warning in interface IssueLoggerissue - The issue textprops - The optional properties associated with the issuepublic void warning(String issue, ModelObject mobj)
warning in interface IssueLoggerissue - The issue textmobj - The model objectpublic void info(String issue, Map<String,Object> props)
info in interface IssueLoggerissue - The issue textprops - The optional properties associated with the issuepublic void info(String issue, ModelObject mobj)
info in interface IssueLoggerissue - The issue textmobj - The model objectCopyright © 2014. All Rights Reserved.