Class UiLogFormatter

java.lang.Object
de.spiritscorp.datasync.controller.UiLogFormatter

public class UiLogFormatter extends Object
Formats raw synchronization metrics, file attributes, and processing durations into localized, human-readable string representations tailored for the user interface.

This utility decouples presentation and text formatting logic from the core background threading and data synchronization routines, ensuring a clean separation of concerns.

Author:
Tom Spirit
  • Constructor Details

    • UiLogFormatter

      public UiLogFormatter()