We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77d27d commit 29c2c1eCopy full SHA for 29c2c1e
README.md
@@ -81,7 +81,7 @@ Logging is very simple. Set your log level (if not INFO) and start logging:
81
use TgLog::Log;
82
83
// Set the log level
84
-Log::setLogLevel(Log:ERROR);
+Log::setLogLevel(Log::ERROR);
85
86
// Simple line
87
Log::error('A simple error message');
0 commit comments