Méthode | Description | |
---|---|---|
clearLog ( |
||
log ( |
log a message to the EA output window. If requested the message will also be logged to the logfile
|
Méthode | Description | |
---|---|---|
EAOutputLogger ( |
private constructor
|
|
clear ( ) : void | ||
getOutputLogger ( |
||
logToOutput ( string message, int elementID ) : void |
public static clearLog ( |
||
model | ||
outputName | string | |
Résultat | void |
public static log ( |
||
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 |
Résultat | void |