diff --git a/build/2.0/mkdocs/search_index.json b/build/2.0/mkdocs/search_index.json index 09d4d226..43395ca0 100644 --- a/build/2.0/mkdocs/search_index.json +++ b/build/2.0/mkdocs/search_index.json @@ -652,7 +652,7 @@ }, { "location": "/vapor/log/", - "text": "Log information using \ndrop.log\n.\n\n\ndrop.log.info(\nInformational log\n)\n\n\n\n\n\nLog types supported are:\n- info\n- warning\n- verbose\n- debug\n- error\n- fatal\n\n\nProtocol\n\n\nCreate your own logger by conforming to \nLogProtocol\n.", + "text": "Log information using \ndrop.log\n.\n\n\ndrop\n.\nlog\n.\ninfo\n(\nInformational log\n)\n\n\n\n\n\n\nLog types supported are:\n\n\n\n\ninfo\n\n\nwarning\n\n\nverbose\n\n\ndebug\n\n\nerror\n\n\nfatal\n\n\n\n\nProtocol\n\n\nCreate your own logger by conforming to \nLogProtocol\n.", "title": "Log" }, { diff --git a/build/2.0/vapor/log/index.html b/build/2.0/vapor/log/index.html index f32e8e57..67948835 100644 --- a/build/2.0/vapor/log/index.html +++ b/build/2.0/vapor/log/index.html @@ -1504,17 +1504,19 @@
Log information using drop.log.
drop.log.info("Informational log")
+drop.log.info("Informational log")
-Log types supported are:
-- info
-- warning
-- verbose
-- debug
-- error
-- fatal
+Log types supported are:
+Create your own logger by conforming to LogProtocol.