GetLogHistory

Résumé

Determines whether history logging is active.

Discussion

To enable history logging, use the SetLogHistory function.

Syntaxe

GetLogHistory ()
Valeur renvoyée
Type de donnéesExplication
Boolean

Returns whether geoprocessing logging history is enabled.

Exemple de code

GetLogHistory example

Disable history logging, if enabled.

import arcpy
if arcpy.GetLogHistory():
    arcpy.SetLogHistory(False)

Rubriques connexes


Dans cette rubrique