Modifier and Type | Method and Description |
---|---|
void |
MessageHandler.handle(DebugLog debugLog)
Sends debug log to the Log handler.
|
void |
MessageHandlerImpl.handle(DebugLog debugLog) |
Modifier and Type | Method and Description |
---|---|
void |
LogHandler.handle(DebugLog log)
Method handling debug log by persisting it to the database.
|
void |
LogHandlerImpl.handle(DebugLog log) |
Modifier and Type | Method and Description |
---|---|
Long |
LogDAO.save(DebugLog debugLog,
Long connDbId)
Persist debug log
|
Modifier and Type | Method and Description |
---|---|
Long |
LogDAOImpl.save(DebugLog debugLog,
Long connDbId) |
Modifier and Type | Method and Description |
---|---|
Long |
LogMapper.insertDebug(DebugLog debugLog,
Long connDbId)
Inserts a new debug log to logs table.
|
Modifier and Type | Method and Description |
---|---|
void |
LogPersistenceService.persistDebugLog(DebugLog debugLog)
Persists a parsed debug log.
|
Modifier and Type | Method and Description |
---|---|
void |
LogPersistenceServiceImpl.persistDebugLog(DebugLog debugLog) |
Copyright © 2020. All rights reserved.