Share

PlotLogger.LogMessage 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 LogMessage(
    message As string
) As void

C#

public void LogMessage(
    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?