Skip to content

Commit cbdd0db

Browse files
committed
readme polish
1 parent 9cac150 commit cbdd0db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ log.PrintLn("This is regular log message")
1616
log.PrintLn("This error message concers user ID 85 and will be copied to copyBuf.")
1717
</pre>
1818

19-
reactLog concept is to filter and add additional functionality
20-
to log messages based on trigger found in log message.
19+
reactLog concept is to filter and add additional functionality to log
20+
based on log message content.
2121
If used in main package it enhance log globally with the use of log.SetOutput method.
2222
Any number of trigger words can be registered using AddReaction
2323
method each with it's own Reactor.

reactLog.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Basic usage:
1212
log.PrintLn("This is regular log message")
1313
log.PrintLn("This error message concers user ID 85 and will be copied to copyBuf.")
1414
15-
reactLog concept is to filter and add additional functionality
16-
to log messages based on trigger found in log message.
15+
reactLog concept is to filter and add additional functionality to log
16+
based on log message content.
1717
If used in main package it enhance log globally with the use of log.SetOutput method.
1818
Any number of trigger words can be registered using AddReaction
1919
method each with it's own Reactor.

0 commit comments

Comments
 (0)