• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Ekryd / sortgraphql / 2150

08 Apr 2024 05:09PM CUT coverage: 98.082%. Remained the same
2150

push

circleci

web-flow
Update dependency commons-io:commons-io to v2.16.1

818 of 834 relevant lines covered (98.08%)

0.98 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/sorter/src/main/java/sortgraphql/logger/SortingLogger.java
1
package sortgraphql.logger;
2

3
public interface SortingLogger {
4
  /**
5
   * Send a message to the log in the <b>warn</b> error level.
6
   *
7
   * @param content warning message
8
   */
9
  void warn(String content);
10

11
  /**
12
   * Send a message to the log in the <b>info</b> error level.
13
   *
14
   * @param content info message
15
   */
16
  void info(String content);
17

18
  /**
19
   * Send a message to the log in the <b>error</b> error level.
20
   *
21
   * @param content error message
22
   */
23
  void error(String content);
24
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc