Add support for enforcing single line log entries #1

Open
opened 2023-04-22 19:18:59 -04:00 by dustinwilson · 0 comments
Owner

I'd forgotten to add this when writing the initial release, and it's pretty important seeing as it's the default for most logging systems where newlines show new entries

Proposal:

  1. Option to have single line log-entries, removing newlines when logging
  2. Option to define the newline: unix, windows, and maybe classic mac?

Also, maybe a clear boundary between log entries should be determined for the default newline-allowing format? Perhaps a double-newline (empty line) separator?

I'd forgotten to add this when writing the initial release, and it's pretty important seeing as it's the default for most logging systems where newlines show new entries Proposal: 1. Option to have single line log-entries, removing newlines when logging 2. Option to define the newline: unix, windows, and maybe classic mac? Also, maybe a clear boundary between log entries should be determined for the default newline-allowing format? Perhaps a double-newline (empty line) separator?
dustinwilson changed title from Add support for removing newlines when logging to Add support for enforcing single line log entries 2023-04-22 19:19:54 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: MensBeam/Logger#1
No description provided.