Share

PlotLogger.LogError Method

Description

This method may be called directly by the application or by some part of the plot engine through error handlers.

Visual Basic

Public Function LogError(
    message As string
) As void

C#

public void LogError(
    string message
);

Parameters

Parameters Description
string message Input formatted error string to be recorded in the log.

Links

PlotLogger Class, Autodesk.AutoCAD.PlottingServices Namespace

Was this information helpful?