mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Builder_Library >> Modules >> ModuleStandardLoggingDelegate

ModuleStandardLoggingDelegate Delegate



Delegate is used for events that store current progress of a process to the builder log


Namespace: SobekCM.Builder_Library.Modules
Assembly: SobekCM_Builder_Library (in SobekCM_Builder_Library.dll) Version: 4.8.7.0 (4.8.7.0)

Syntax

C#
public delegate long ModuleStandardLoggingDelegate(
	string LogStatement,
	string DbLogType,
	string BibID_VID,
	string MetsType,
	long RelatedLogID
)

Parameters

LogStatement
Type: System..::..String
Statement for the log entry
DbLogType
Type: System..::..String
Type of log entry
BibID_VID
Type: System..::..String
BibID and VID, if this occurred while looking at a single digital resource folder
MetsType
Type: System..::..String
Incoming METS type, if identified
RelatedLogID
Type: System..::..Int64
Primary key for a related log entry, if this is a log entry related to another

Return Value

Type: Int64
Primary key for this related log entry, in case other log entries should be attached to this, or -1 if no delegates attached

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )