Skip to content

Commit 1293726

Browse files
authored
Merge branch 'master' into develop
2 parents d788e3b + 90771f2 commit 1293726

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Simple logging system suitable with PsrLog.
99
* ConsoleRoute - route for output log info console (for cli mode)
1010
* DatabaseRoute - route for database logging
1111
* FileRoute - ex SimpleLogger, route for file logging
12+
* FileRouteWithPid - route for file logging with print of process id into log message
1213
* SyslogRoute - syslog route
1314
* tests
1415

@@ -23,7 +24,7 @@ Simple logging system suitable with PsrLog.
2324
}
2425
],
2526
"require": {
26-
"smalex86/logger": "1.7.4"
27+
"smalex86/logger": "1.7.5"
2728
}
2829
}
2930
```

0 commit comments

Comments
 (0)