summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nth.ee>2024-11-15 17:39:35 +0200
committerAsko Nõmm <asko@nth.ee>2024-11-15 17:39:35 +0200
commitbac7b24d9a1fe3d7b8dd68102794f786f7c43000 (patch)
treeedf5d80e6539eee28e6329d533bdbb8a8adb5076 /README.md
parent359fccbf58a66df24dd6c4278dc9182906c31dbe (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 960c317..b19e38b 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Loggr supports all of these logging methods:
- `notice(string $message, mixed $context = null)`
- `info(string $message, mixed $context = null)`
- `debug(string $message, mixed $context = null)`
-- `log(Level $level, string $message, mixed $context = null)`
+- `log(mixed $level, string $message, mixed $context = null)`
### Setting log format