Version:
LogMessages_GetMessages(int? Row_Count, int? Message_Level, string Category_Name, int? Job_Id, int? Server_Id, int? Environment_Id) Method
Gets the messages from the error log that match the specified criteria.
Syntax
public
IEnumerable<Tables.LogMessages_Extended> LogMessages_GetMessages(int? Row_Count, int? Message_Level, string Category_Name, int? Job_Id, int? Server_Id, int? Environment_Id)
Parameters
- Row_Count
- Type: int?
- Message_Level
- Type: int?
- Category_Name
- Type: string
- Job_Id
- Type: int?
- Server_Id
- Type: int?
- Environment_Id
- Type: int?