owasp-noir / noir

Attack surface detector that identifies endpoints by static analysis
https://owasp.org/www-project-noir/
MIT License
554 stars 41 forks source link

refactor: Update logger #372

Closed hahwul closed 1 month ago

hahwul commented 1 month ago

스크린샷 2024-07-22 오후 11 56 05

hahwul commented 1 month ago

Hi @ksg97031 The log style has been changed. Here is the updated version


app.logger.info "This is info log."
app.logger.sub "This is sub log."
app.logger.success "This is success log."
app.logger.warning "This is warning log."
app.logger.error "This is error log."
app.logger.debug "This is debug log."
app.logger.debug_sub "This is debug sub log."
app.logger.fatal "This is fatal log."