FrontendLogService

@Service
open class FrontendLogService

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Transactional
open fun persist(entries: List<FrontendLogEvent>, receivedAt: LocalDateTime)