VistaDB 6
VistaDB.Diagnostic Namespace / TraceLogger Class
Members


In This Topic
    TraceLogger Class
    In This Topic
    An ILog implementation for the intrinsic .NET Trace logger
    Syntax
    'Declaration
     
    
    Public Class TraceLogger 
       Implements ILog 
    'Usage
     
    
    Dim instance As TraceLogger
    public class TraceLogger : ILog  
    Remarks
    To route VistaDB diagnostic information to any registered trace listener create an instance of this object and pass it to Logging.Add. Control the amount of information logged by setting the log level on the Logging class.
    Inheritance Hierarchy

    System.Object
       VistaDB.Diagnostic.TraceLogger

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also