Click here to Skip to main content
15,887,746 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 897.5K   11K   281  
Introduction to managing diagnostic traces with NLog.
<?xml version="1.0" encoding="windows-1250" ?>
<?xml-stylesheet type="text/xsl" href="style.xsl" ?>
<content lang="en" id="documentation">
    <h1>NLog Documentation</h1>

    <link href="tutorial">Introduction to NLog</link>

    <h3>API Reference</h3>
    <ul>
        <li><link href="netapi">.NET API</link> - native API</li>
        <li><link href="capi">C/C++ API</link> - a wrapper API to be used in legacy COM applications</li>
        <li><link href="comapi">COM API</link> - a wrapper API to be used in legacy C/C++ applications</li>
    </ul>

    <h3>Reference documents</h3>
    <ul>
        <li><link href="targets">Log Target Reference</link></li>
        <li><link href="layoutrenderers">Layout Renderer Reference</link></li>
        <li><link href="filters">Filter Reference</link></li>
        <li><link href="conditions">Condition Reference</link></li>
        <li><link href="config">Configuration File Reference</link></li>
    </ul>

    <h3>How To...</h3>
    <ul>
        <li><link href="howto_write_target">How to write your own log Target</link></li>
        <li><link href="howto_write_layout_renderer">How to write your own Layout Renderer</link></li>
        <li><link href="howto_write_filter">How to write your own Filter</link></li>
        <li><link href="howto_write_condition_function">How to write your own Condition Function</link></li>
        <li><link href="howto_optimize_performance">How to optimize logging performance</link></li>
        <li><link href="howto_troubleshoot">How to troubleshoot your logging problems</link></li>
    </ul>
</content>

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