Ticket #125 (closed Defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Database cursor classes should report progress messages using the GeoEco logging channel, not GeoEco.DatabaseAccess

Reported by: jjr8 Owned by: jjr8
Priority: Medium Milestone: 0.4
Component: Core - Other Version: 0.3
Keywords: Cc:

Description

Currently, the database cursor classes report INFO progress messages to the GeoEco.DatabaseAccess logging channel. The downside of using this channel is that when tool A invokes tool B internally, it cannot force these progress messages to be reported as DEBUG rather than INFO. If they were reported to the GeoEco channel instead, tool A could force them to be DEBUG. This is needed for situations where one tool calls another in a loop, as is done by the "Create Fishnets for Points" tool.

Change History

Changed 6 years ago by jjr8

  • status changed from new to closed
  • resolution set to fixed

Fixed in [126], which will eventually be released in MGET 0.4a1.

Note: See TracTickets for help on using tickets.