Opc.Ua.Core
SetLogger Method



Opc.Ua Namespace > Utils Class : SetLogger Method
Sets the ILogger.
Syntax
'Declaration
 
Public Shared Sub SetLogger( _
   ByVal logger As ILogger _
) 
'Usage
 
Dim logger As ILogger
 
Utils.SetLogger(logger)
public static void SetLogger( 
   ILogger logger
)
public:
static void SetLogger( 
   ILogger^ logger
) 

Parameters

logger
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

Reference

Utils Class
Utils Members