scrive / log

Structured logging solution.
https://hackage.haskell.org/package/log-base
BSD 3-Clause "New" or "Revised" License
35 stars 7 forks source link

Adding a LogError level #94

Open theobat opened 10 months ago

theobat commented 10 months ago

Was the "Error" level intentionally avoided in the LogLevel datatype ? If not can I make a PR to add it ?

arybczak commented 10 months ago

It was, Attention is Error pretty much.

theobat commented 10 months ago

But attention sounds like Warning and it seems like it's a different use case, no ? Overall what's the rationale for having less granular levels by default than say log4j for instance ? (I'm simply being curious here, no critique is intended)