PatrickLutz11 / SoftwareEngineeringProject

Group B: Jannis, David, Patrick
2 stars 0 forks source link

Implement and integrate Logger #16

Closed Master-D1990 closed 2 days ago

Master-D1990 commented 2 weeks ago

TimestampGenerator: Generates high-precision timestamps. LogEntryCreator: Creates structured log entries. WritePermissionChecker: Checks write permissions for the file system. CSVWriter: Writes log data to a CSV file and initializes it when necessary.

99Jannis commented 2 weeks ago

following points are already good:

  1. naming format of classes, functions and variables
  2. most doc strings explain the function sufficient

following points need to be implemented:

further information

if there are any questions please let me know