SobekCM_Database.Builder_Add_Log_Entry Method
Add a new log entry for the builder
Namespace: SobekCM.Library.DatabaseAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static long Builder_Add_Log_Entry(
long RelatedBuilderLogID,
string BibID_VID,
string LogType,
string LogMessage,
string MetsType
) |
Parameters
- RelatedBuilderLogID
- Type: System..::..Int64
Primary key for a related log id, if this adds detail to an already logged entry
- BibID_VID
- Type: System..::..String
BibID / VID, if this is related to an item error (either existing item, or not)
- LogType
- Type: System..::..String
Type of the log entry ( i.e., Error, Complete, etc.. )
- LogMessage
- Type: System..::..String
Actual log entry message
- MetsType
- Type: System..::..String
Type of the METS file (if related to one)
Return Value
Type:
Int64 The primary key for this new log entry, in case detail logs need to be added
Remarks
See Also