aboutsummaryrefslogtreecommitdiff
path: root/captain/log.f90
AgeCommit message (Collapse)Author
2022-06-27Quick switch to more reasonable example config paths. Log file is now ↵Jeffrey Armstrong
checked for allocated filename before dealocation.
2021-04-15Added license and readme to the projectJeffrey Armstrong
2021-04-12URLs in instructions can now leave out the server implying download and ↵Jeffrey Armstrong
upload from the server itself. Download and upload both work correctly.
2021-04-09Modified how logging works so that multiple processes can write in theory.Jeffrey Armstrong
2021-04-08Added concept of logging level. Log file now opened and closed on every ↵Jeffrey Armstrong
write to avoid possible locking issues. Build is broken because of log init call.
2021-03-27Minor cleanup of the template code. Started on main program handling requests.Jeffrey Armstrong