Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-fiaz authored May 20, 2024
1 parent 5f55ab2 commit 286b93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ logly = Logly()
# logly = Logly(show_time=False) # Include timestamps in log messages default is true, and you can set it to false will not show the time in all log messages

# Start logging will store the log in text file
logly.start_logging() #make sure to include this or else the log will only display without storing it
logly.start_logging() #make sure to include this or else the log will only display without storing it in file

logly.info("hello this is log")
logly.info("hello this is log", color=logly.COLOR.RED) # with custom color
Expand Down

0 comments on commit 286b93d

Please sign in to comment.