@import data.dto.page.LogFormatPageContent @import helper._ @import play.mvc.Http.Request @(pageContent:LogFormatPageContent)(implicit messages: play.i18n.Messages, request: Request) @section.header(pageContent)
@section.navbar(pageContent) @section.menu(pageContent)

Log Format

@if(pageContent.getError() != null) {
Error @for(error <- pageContent.getError().getErrors().entrySet()) { @error.getKey() - @error.getValue() }
} @helper.form(action = routes.LogFormatController.handleLogFormatCreation()) {

Log Format Details

@helper.CSRF.formField
(Drag elements below)
Example line based on format from above

Drag element

  • Fixed Length
  • RegEx
  • Date/Time
  • Message/Any text Usually, it is the last element that holds the actual logged message

Edit element

}
@section.footer()