@Component public class ErrorLogManagerImpl extends java.lang.Object implements ErrorLogManager
| Modifier and Type | Field and Description |
|---|---|
(package private) ErrorLogDao |
errorLogDao |
| Constructor and Description |
|---|
ErrorLogManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
logError(java.lang.Exception ex) |
@Autowired ErrorLogDao errorLogDao
public void logError(java.lang.Exception ex)
logError in interface ErrorLogManager