サマリー
Sets additional categories of informative messages to be returned with geoprocessing tool messages.
Geoprocessing messages can be accessed with several ArcPy functions including GetMessages and GetAllMessages.
説明
注意:
This function does not take into account how the Additional Information Messages options have been set.
構文
SetMessageLevels (levels)
パラメーター | 説明 | データ タイプ |
levels [levels,...] | Specifies the categories of messages that will be included in geoprocessing tool messages.
Multiple options can be set using a list. A single option can be set as a string or a list. (デフォルト値は次のとおりです NORMAL) | String |
コードのサンプル
Use SetMessageLevels to return syntax messages with geoprocessing tool messages.
import arcpy
arcpy.SetMessageLevels(['COMMANDSYNTAX'])