NLog: indent messages












0















Example: method A calls method B, B calls C, all methods write messages to log. Is it possible to automatically indent messages with NLog like so?



String in method A before B is called
First string in method B
Second string in method B and call C
First string in method C
Second string in method C
Third string in method B after C is called
String in method A after B is called


Maybe there is some API to specify current indent level, so all subsequent outputting to log will use this level?










share|improve this question


















  • 1





    Seems a dupe of stackoverflow.com/questions/5951102/nlog-custom-layoutrenderer

    – JustAndrei
    Nov 15 '18 at 10:15











  • This blog post also uses a custom layoutrenderer : nlog-forum.1685105.n2.nabble.com/Intentation-td1685697.html

    – Fildor
    Nov 15 '18 at 10:18











  • Yes, thank you, seems like duplicate..

    – Maxim
    Nov 15 '18 at 10:22
















0















Example: method A calls method B, B calls C, all methods write messages to log. Is it possible to automatically indent messages with NLog like so?



String in method A before B is called
First string in method B
Second string in method B and call C
First string in method C
Second string in method C
Third string in method B after C is called
String in method A after B is called


Maybe there is some API to specify current indent level, so all subsequent outputting to log will use this level?










share|improve this question


















  • 1





    Seems a dupe of stackoverflow.com/questions/5951102/nlog-custom-layoutrenderer

    – JustAndrei
    Nov 15 '18 at 10:15











  • This blog post also uses a custom layoutrenderer : nlog-forum.1685105.n2.nabble.com/Intentation-td1685697.html

    – Fildor
    Nov 15 '18 at 10:18











  • Yes, thank you, seems like duplicate..

    – Maxim
    Nov 15 '18 at 10:22














0












0








0








Example: method A calls method B, B calls C, all methods write messages to log. Is it possible to automatically indent messages with NLog like so?



String in method A before B is called
First string in method B
Second string in method B and call C
First string in method C
Second string in method C
Third string in method B after C is called
String in method A after B is called


Maybe there is some API to specify current indent level, so all subsequent outputting to log will use this level?










share|improve this question














Example: method A calls method B, B calls C, all methods write messages to log. Is it possible to automatically indent messages with NLog like so?



String in method A before B is called
First string in method B
Second string in method B and call C
First string in method C
Second string in method C
Third string in method B after C is called
String in method A after B is called


Maybe there is some API to specify current indent level, so all subsequent outputting to log will use this level?







c# nlog






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 15 '18 at 10:12









MaximMaxim

8481718




8481718








  • 1





    Seems a dupe of stackoverflow.com/questions/5951102/nlog-custom-layoutrenderer

    – JustAndrei
    Nov 15 '18 at 10:15











  • This blog post also uses a custom layoutrenderer : nlog-forum.1685105.n2.nabble.com/Intentation-td1685697.html

    – Fildor
    Nov 15 '18 at 10:18











  • Yes, thank you, seems like duplicate..

    – Maxim
    Nov 15 '18 at 10:22














  • 1





    Seems a dupe of stackoverflow.com/questions/5951102/nlog-custom-layoutrenderer

    – JustAndrei
    Nov 15 '18 at 10:15











  • This blog post also uses a custom layoutrenderer : nlog-forum.1685105.n2.nabble.com/Intentation-td1685697.html

    – Fildor
    Nov 15 '18 at 10:18











  • Yes, thank you, seems like duplicate..

    – Maxim
    Nov 15 '18 at 10:22








1




1





Seems a dupe of stackoverflow.com/questions/5951102/nlog-custom-layoutrenderer

– JustAndrei
Nov 15 '18 at 10:15





Seems a dupe of stackoverflow.com/questions/5951102/nlog-custom-layoutrenderer

– JustAndrei
Nov 15 '18 at 10:15













This blog post also uses a custom layoutrenderer : nlog-forum.1685105.n2.nabble.com/Intentation-td1685697.html

– Fildor
Nov 15 '18 at 10:18





This blog post also uses a custom layoutrenderer : nlog-forum.1685105.n2.nabble.com/Intentation-td1685697.html

– Fildor
Nov 15 '18 at 10:18













Yes, thank you, seems like duplicate..

– Maxim
Nov 15 '18 at 10:22





Yes, thank you, seems like duplicate..

– Maxim
Nov 15 '18 at 10:22












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53317038%2fnlog-indent-messages%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53317038%2fnlog-indent-messages%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Florida Star v. B. J. F.

Error while running script in elastic search , gateway timeout

Adding quotations to stringified JSON object values