Hakky54/log-captor

View on GitHub
src/main/java/nl/altindag/log/mapper/LogEventMapper.java

Summary

Maintainability
A
1 hr
Test Coverage

Method apply has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public LogEvent apply(ILoggingEvent iLoggingEvent) {
        String message = iLoggingEvent.getMessage();
        String formattedMessage = iLoggingEvent.getFormattedMessage();
        String level = iLoggingEvent.getLevel().toString();
Severity: Minor
Found in src/main/java/nl/altindag/log/mapper/LogEventMapper.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status