public interface MigrationLogDao
| Modifier and Type | Method and Description |
|---|---|
void |
store(AuditEntry event)
Persists the auditing entry in the database.
|
void |
write(MigrationLog record)
Records the provided logs in the record for later retrieval.
|
void write(MigrationLog record)
record - contains the log messages for writingvoid store(AuditEntry event)
event - the log entry to persist.Copyright © 2002-2017 Atlassian. All Rights Reserved.