Skip to content

Commit ddd6b37

Browse files
authored
Update Logger.md (#846)
Fixed docs for debug(String message, List<Database.DeleteResult> deleteResults)
1 parent 0a637d7 commit ddd6b37

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/apex/Logger-Engine/Logger.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -626,10 +626,10 @@ Creates a new log entry with logging level == `System.LoggingLevel.DEBUG`
626626

627627
##### Parameters
628628

629-
| Param | Description |
630-
| -------------------- | ---------------------------------------------------------- |
631-
| `message` | The string to use to set the entry&apos;s message field |
632-
| `leadConvertResults` | The list of `Database.LeadConvertResults` instances to log |
629+
| Param | Description |
630+
| --------------- | ------------------------------------------------------- |
631+
| `message` | The string to use to set the entry&apos;s message field |
632+
| `deleteResults` | The list of `Database.DeleteResult` instances to log |
633633

634634
##### Return
635635

0 commit comments

Comments
 (0)