Nevron Open Vision Documentation
Nevron.Nov Namespace / INLog Interface / LogWarning Method


In This Topic
    LogWarning Method (INLog)
    In This Topic
    Logs a warning
    Syntax
    'Declaration
     
    
    Sub LogWarning( _
       ByVal warning As System.String _
    ) 
    'Usage
     
    
    Dim instance As INLog
    Dim warning As System.String
     
    instance.LogWarning(warning)
    void LogWarning( 
       System.string warning
    )

    Parameters

    warning
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also