Logging #26

Open
leon wants to merge 33 commits from Logging into main
Showing only changes of commit beb337cefd - Show all commits

View File

@ -129,6 +129,8 @@ impl Display for LogMessage {
}
}
// TODO: Evaluate replacing the following with a trait, to decouple this component from the rest.
/**
* Every possible Message, which may be logged. Grouped the following:
*
@ -188,4 +190,4 @@ impl Display for LogMessageType {
}
}
}
}
}