C# Класс EAAddinFramework.Utilities.EAOutputLogger

Description of EAOutputLogger.
Показать файл Открыть проект

Открытые методы

Метод Описание
clearLog ( Model model, string outputName ) : void
log ( Model model, string outputName, string message, int elementID, LogTypeEnum logType = LogTypeEnum.none ) : void

log a message to the EA output window. If requested the message will also be logged to the logfile

Приватные методы

Метод Описание
EAOutputLogger ( Model model, string outputName ) : System

private constructor

clear ( ) : void
getOutputLogger ( Model model, string outputName ) : EAOutputLogger
logToOutput ( string message, int elementID ) : void

Описание методов

clearLog() публичный статический Метод

public static clearLog ( Model model, string outputName ) : void
model TSF.UmlToolingFramework.Wrappers.EA.Model
outputName string
Результат void

log() публичный статический Метод

log a message to the EA output window. If requested the message will also be logged to the logfile
public static log ( Model model, string outputName, string message, int elementID, LogTypeEnum logType = LogTypeEnum.none ) : void
model TSF.UmlToolingFramework.Wrappers.EA.Model the model on which to show the output
outputName string the name of the output window
message string the message to show
elementID int the element ID to associate with the message. Can be used by add-ins when they implement EA_OnOutput...
logType LogTypeEnum the type of logging to the logfile
Результат void