Share via


Log Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

When implemented, records information to a log.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Sub Log ( _
    o As Object _
)
void Log(
    Object o
)
void Log(
    Object^ o
)
abstract Log : 
        o:Object -> unit 
function Log(
    o : Object
)

Parameters

.NET Framework Security

See Also

Reference

ILog Interface

Microsoft.SPOT Namespace