gpt4 book ai didi

julia - 何时在 Julia 中使用 @debug、@info、@warn 和 @error

转载 作者:行者123 更新时间:2023-12-03 21:12:16 25 4
gpt4 key购买 nike

当前有四种不同的错误日志记录级别:“@debug、@info、@warn 和 @error”,所有这些级别都有不同的用例和使用含义。一般来说,什么时候适合使用不同的日志宏?

最佳答案

从文档:

@debug "Verbose debugging information.  Invisible by default"
@info "An informational message"
@warn "Something was odd. You should pay attention"
@error "A non fatal error occurred"
Julia docs here 中阅读更多信息.特别要注意的是 @error不会抛出错误,它只是记录错误并继续执行。如果要抛出错误,请使用 error函数代替。

关于julia - 何时在 Julia 中使用 @debug、@info、@warn 和 @error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63036409/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com