mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: fix typos (#19693)
This commit is contained in:
parent
ac40981bcc
commit
690ec7d3a5
43 changed files with 159 additions and 150 deletions
|
@ -22,7 +22,7 @@ pub fn (l &Log) get_level() Level {
|
|||
return l.level
|
||||
}
|
||||
|
||||
// set_level sets the logging level to `level`. Messges for levels above it will skipped.
|
||||
// set_level sets the logging level to `level`. Messages for levels above it will skipped.
|
||||
// For example, after calling log.set_level(.info), log.debug('message') will produce nothing.
|
||||
// Call log.set_level(.disabled) to turn off the logging of all messages.
|
||||
pub fn (mut l Log) set_level(level Level) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue