The object argument specifies the object to enable breaking on logs for.
The type argument specifies the log-type to enable breaking for.
The substring argument can be used to only break on logs which contain this string. Together with the -re flag the string is interpreted as a regular expression, as defined by the re module in Python.
The -list flag will print all enabled break-logs.