Share

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

C#

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