[ 
https://issues.apache.org/jira/browse/LOG4NET-630?focusedWorklogId=249059&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-249059
 ]

ASF GitHub Bot logged work on LOG4NET-630:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/May/19 23:27
            Start Date: 27/May/19 23:27
    Worklog Time Spent: 10m 
      Work Description: mirec75 commented on issue #49: Fixes LOG4NET-630 
Log4Net missing Timestamp etc. in internal LogLog
URL: https://github.com/apache/logging-log4net/pull/49#issuecomment-496320095
 
 
   Hi Dominik, with adding the %message to the pattern I was torn between 
adding it directly and between not, because of the fact, that the message is 
already preformated (log4net + level + message) and there is no Type.FullName 
(i.e. %logger) covertor in PatternString converting, although the type is 
provided in LogLog... but now you persuaded me to your proposal :)
   
   Do you think I shall use the `LoggingEvent` and the whole Layout Patterns 
for formatting somehow? For a quick solution with LoggingEvent I am little bit 
lost in the whole complexity.  Maybe I can have a deeper look at it.
   Or if I keep using the PatternString, shall I print also the %logger (type 
full name) between the "log4net:" + level + %logger + message without 
configuring it in the "LogMsgPattern"?
   What do you suggest?
   
   And according to the `ThreadIdPatternConverter` - which branch (name) shall 
I create for a sake of this new pull request? Shall there be a new JIRA issue 
for it? Thanks for your suggestions.
   I added the rights to my fork for you. Feel free to update my fork with your 
suggestions! :)
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 249059)
    Time Spent: 0.5h  (was: 20m)

> Log4Net missing Timestamp etc. in internal LogLog
> -------------------------------------------------
>
>                 Key: LOG4NET-630
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-630
>             Project: Log4net
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0.8
>            Reporter: Miro Jablonsky
>            Priority: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I am facing the same problem as described in following StackOverflow topic: 
> [Log4Net internal debug 
> Timestamp|https://stackoverflow.com/questions/40077917/log4net-internal-debug-timestamp]
>  
> Citation:
> I am having intermittent problems with Log4net not logging and in other 
> threads there is a suggestion to setup internal logging by
> <add key="{color:#d04437}log4net.Internal.Debug{color}" 
> value="{color:#d04437}true{color}"/>
> I have added this and it does work, which is great, but there is no 
> timestamp. Is there a way I can have Timestamp on the internal logging. Any 
> help is appreciated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to