Skip to content

Commit

Permalink
Update log.write function description
Browse files Browse the repository at this point in the history
  • Loading branch information
claravox committed Oct 18, 2024
1 parent abbdfbd commit 1c9a5b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@


def write(ctx, message, write_stdout=False):
"""Write a message to the log, including client name and originating module.
"""Write a message to the log or stdout.
Includes client name and originating module if writing to log.
:param ctx: Combined type of a callback and rei struct
:param message: Message to write to log
Expand Down

0 comments on commit 1c9a5b4

Please sign in to comment.