Share via


Logging.AppendRecord Method

Adds a Logging object (log record) at the end of the list of log records.

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

Syntax

[MethodImplAttribute]
public static void AppendRecord (
         Objecto
)

Parameters

  • o
    The log record you want to add at the end of the list.

Remarks

When the flash sectors in which the log is stored are full, this method deletes and replaces the oldest data.

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