[jira] Created: (CLK-518) Smarter log output format.

6 messages Options
Embed this post
Permalink
JIRA jira@apache.org

[jira] Created: (CLK-518) Smarter log output format.

Reply Threaded More More options
Print post
Permalink
Smarter log output format.
--------------------------

                 Key: CLK-518
                 URL: https://issues.apache.org/jira/browse/CLK-518
             Project: Click
          Issue Type: New Feature
          Components: core
            Reporter: Joseph Schmidt


To make the log output even better, here's nice solution from another framework:
http://lightbody.net/blog/2008/12/tip-compact-logging-in-java.html

I think this would make the log output of click even better.

thanks,
Joseph.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

JIRA jira@apache.org

[jira] Commented: (CLK-518) Smarter log output format.

Reply Threaded More More options
Print post
Permalink

    [ https://issues.apache.org/jira/browse/CLK-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695695#action_12695695 ]

Malcolm Edgar commented on CLK-518:
-----------------------------------

Not sure how this is relevant for Click, as the framework only has one category "Click" and does not print out class names.

I do like the concept for Log4j however.

regards Malcolm Edgar

> Smarter log output format.
> --------------------------
>
>                 Key: CLK-518
>                 URL: https://issues.apache.org/jira/browse/CLK-518
>             Project: Click
>          Issue Type: New Feature
>          Components: core
>            Reporter: Joseph Schmidt
>
> To make the log output even better, here's nice solution from another framework:
> http://lightbody.net/blog/2008/12/tip-compact-logging-in-java.html
> I think this would make the log output of click even better.
> thanks,
> Joseph.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

JIRA jira@apache.org

[jira] Commented: (CLK-518) Smarter log output format.

Reply Threaded More More options
Print post
Permalink
In reply to this post by JIRA jira@apache.org

    [ https://issues.apache.org/jira/browse/CLK-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695698#action_12695698 ]

Adrian A. commented on CLK-518:
-------------------------------

> Not sure how this is relevant for Click, as the framework only has one category "Click" and does not
> print out class names.
I suppose the author means a "click application" :).

> I do like the concept for Log4j however.
+1
Project Able, has indeed a few interesting things there.

I think this would be a good addition to click-examples(utils?), until such a feature might get into Log4J (I guess that might take more than a year if ever :( )

> Smarter log output format.
> --------------------------
>
>                 Key: CLK-518
>                 URL: https://issues.apache.org/jira/browse/CLK-518
>             Project: Click
>          Issue Type: New Feature
>          Components: core
>            Reporter: Joseph Schmidt
>
> To make the log output even better, here's nice solution from another framework:
> http://lightbody.net/blog/2008/12/tip-compact-logging-in-java.html
> I think this would make the log output of click even better.
> thanks,
> Joseph.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

JIRA jira@apache.org

[jira] Commented: (CLK-518) Smarter log output format.

Reply Threaded More More options
Print post
Permalink
In reply to this post by JIRA jira@apache.org

    [ https://issues.apache.org/jira/browse/CLK-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696455#action_12696455 ]

Joseph Schmidt commented on CLK-518:
------------------------------------

>> Not sure how this is relevant for Click, as the framework only has one category "Click" and does not
>> print out class names.
> I suppose the author means a "click application" :).
Sorry for the misunderstanding: I would like to have it in all click web applications, and for Click examples too. I believe this would be a general setting, since it would/should affect the output from the dependent Velocity and Cayenne libraries too.

thanks,
Joseph.


> Smarter log output format.
> --------------------------
>
>                 Key: CLK-518
>                 URL: https://issues.apache.org/jira/browse/CLK-518
>             Project: Click
>          Issue Type: New Feature
>          Components: core
>            Reporter: Joseph Schmidt
>
> To make the log output even better, here's nice solution from another framework:
> http://lightbody.net/blog/2008/12/tip-compact-logging-in-java.html
> I think this would make the log output of click even better.
> thanks,
> Joseph.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

JIRA jira@apache.org

[jira] Assigned: (CLK-518) Smarter log output format.

Reply Threaded More More options
Print post
Permalink
In reply to this post by JIRA jira@apache.org

     [ https://issues.apache.org/jira/browse/CLK-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian A. reassigned CLK-518:
-----------------------------

    Assignee: Adrian A.

> Smarter log output format.
> --------------------------
>
>                 Key: CLK-518
>                 URL: https://issues.apache.org/jira/browse/CLK-518
>             Project: Click
>          Issue Type: New Feature
>          Components: core
>            Reporter: Joseph Schmidt
>            Assignee: Adrian A.
>
> To make the log output even better, here's nice solution from another framework:
> http://lightbody.net/blog/2008/12/tip-compact-logging-in-java.html
> I think this would make the log output of click even better.
> thanks,
> Joseph.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

JIRA jira@apache.org

[jira] Updated: (CLK-518) Smarter log output format.

Reply Threaded More More options
Print post
Permalink
In reply to this post by JIRA jira@apache.org

     [ https://issues.apache.org/jira/browse/CLK-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian A. updated CLK-518:
--------------------------

    Fix Version/s: 2.2.0

> Smarter log output format.
> --------------------------
>
>                 Key: CLK-518
>                 URL: https://issues.apache.org/jira/browse/CLK-518
>             Project: Click
>          Issue Type: New Feature
>          Components: core
>            Reporter: Joseph Schmidt
>            Assignee: Adrian A.
>             Fix For: 2.2.0
>
>
> To make the log output even better, here's nice solution from another framework:
> http://lightbody.net/blog/2008/12/tip-compact-logging-in-java.html
> I think this would make the log output of click even better.
> thanks,
> Joseph.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.