Click here to Skip to main content
15,885,546 members
Articles / Mobile Apps

Introduction to NLog

Rate me:
Please Sign up or sign in to vote.
4.94/5 (101 votes)
13 Jul 200617 min read 896.1K   11K   281  
Introduction to managing diagnostic traces with NLog.
<?xml version="1.0" encoding="windows-1250" ?>
<common>
    <navigation>
        <nav href="index" label="Introduction" />
        <nav href="news" label="News" />
        <nav href="tutorial" label="Tutorial" />
        <nav href="benchmark" label="Benchmark" />
        <nav href="howto" label="How To...">
            <subnav href="howto_write_target" label="Write a log target" />
            <subnav href="howto_write_layout_renderer" label="Write a layout renderer" />
            <subnav href="howto_write_filter" label="Write a filter" />
            <subnav href="howto_optimize_performance" label="Optimize logging performance" />
            <subnav href="howto_troubleshoot" label="Troubleshoot logging problems" />
        </nav>
        <nav href="api" label="Logging API">
            <subnav href="netapi" label=".NET API" />
            <subnav href="comapi" label="COM API" />
            <subnav href="capi" label="C/C++ API" />
        </nav>
        <nav href="reference" label="Reference">
            <subnav href="targets" label="Targets" />
            <subnav href="layoutrenderers" label="Layout Renderers" />
            <subnav href="filters" label="Filters" />
            <subnav href="config" label="Configuration File" />
        </nav>
        <nav href="download" label="Download" />
        <nav href="technical" label="Technical Information" />
        <nav href="mailinglists" label="Mailing Lists" />
        <nav href="faq" label="FAQ" />
        <nav href="blog" label="Blog" />
        <nav href="links" label="Links" />
    </navigation>
</common>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions