Skip to main content

Ycho (logger)

The Yock authorsLess than 1 minute

Ycho is the logger module of yock, and used for setting relational parameters about logger, so you could view details about every running log in {HomeDir/.yock/log} folder.

Option

  • stdout, boolean, allows to output log on terminal, if true

Example

option({
    ycho = {
        stdout = true
    }
})