I'm adding some logging function calls to a script. Is there a way to include the line number of the current line in the script? Some of the messages are pretty similar, if not identical, so it would be helpful when reviewing the logs to identify the message by the line number the function was on when it logged the message.