Share via


Logging.GetRecord Method

Gets a Logging object (log record) from the zero-based list of log records.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

[MethodImplAttribute]
public static Object GetRecord (
         inti
)

Parameters

  • i
    The index number of the log record you want to retrieve.

Return Value

A log record.

Remarks

The use of this class is currently not supported and is not recommended.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Logging Class
Logging Members
Microsoft.SPOT Namespace