File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ log.PrintLn("This is regular log message")
16
16
log.PrintLn("This error message concers user ID 85 and will be copied to copyBuf.")
17
17
</pre >
18
18
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 .
21
21
If used in main package it enhance log globally with the use of log.SetOutput method.
22
22
Any number of trigger words can be registered using AddReaction
23
23
method each with it's own Reactor.
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Basic usage:
12
12
log.PrintLn("This is regular log message")
13
13
log.PrintLn("This error message concers user ID 85 and will be copied to copyBuf.")
14
14
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 .
17
17
If used in main package it enhance log globally with the use of log.SetOutput method.
18
18
Any number of trigger words can be registered using AddReaction
19
19
method each with it's own Reactor.
You can’t perform that action at this time.
0 commit comments