remove softlink
[CommonLispStat.git] / external / lift.darcs / website / source / faq.md
blob0a6856a251d28f23df7251f8f08ab44680495c34
1 {include header.md}
2 {set-property title Log5 - Frequently Asked Questions}
4 # Frequently Asked Questions about log5
6 {table-of-contents :start 2 :depth 3}
8 ## Does once count as frequently?
10 > Yes.
12 ## The expanded categories specifications look very inefficient.
14 > This isn't a question but we'll address it in any case. If you look at `category-specs`, you'll some expansions that look pretty poor. For example:
16 >        #<category 18: (OR (OR TRACE (OR INFO (OR WARN (OR ERROR FATAL))))
17 >                        (OR PLANNER EXECUTIVE)) -> (TRACE+ AGENT)>
19 > All of those nested `or`s are silly, it's true but remember that these logical forms are only evaluated when you *start* a sender -- not with every logging attempt. As such, this slight inefficiency is not worth worrying about.
21 ## What is planned for log5? Will there be a movie?
23 > I'm using log5 in my daily work and am pretty happy with it. That said, here are some of the items left on the wish list:
25 >    * rolling logs
26 >    * other senders (e.g., console log, text messaging) -- but I'll probably never write these
27 >    * speed (though it is already fast)
28 >    * reporting
30 > Reporting is probably the biggest hole but it's probably worth either starting another project or trying to make log5's output look enough like log4j that one could use Chainsaw.
32 ## What else?
34 > If you have a question that isn't addressed here, please let the log5 [development list][log5-email] know and we'll try to answer it soon.
36 {include footer.md}