79255213

Date: 2024-12-05 15:10:18
Score: 0.5
Natty:
Report link
var logger = Logger(
  filter: null, // Use the default LogFilter (-> only log in debug mode)
  printer: PrettyPrinter(), // Use the PrettyPrinter to format and print log
  output: FileOutput(File("../lib/file.txt"))
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rudiger W.