X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ffoundation%2Fapi%2Frevel%2Flogger%2Fdoc.go;fp=src%2Ffoundation%2Fapi%2Frevel%2Flogger%2Fdoc.go;h=0f6156a23066e3228809c2af60878d095df798c4;hb=1d1ee6961c93781e1187d8c7faa868da6b2f01f4;hp=0000000000000000000000000000000000000000;hpb=56dd5e0f2164b37b40ac1daa188ccc618b4cbd19;p=iec.git diff --git a/src/foundation/api/revel/logger/doc.go b/src/foundation/api/revel/logger/doc.go new file mode 100644 index 0000000..0f6156a --- /dev/null +++ b/src/foundation/api/revel/logger/doc.go @@ -0,0 +1,15 @@ +/* + Package logger contains filters and handles for the logging utilities in Revel. + These facilities all currently use the logging library called log15 at + https://github.com/inconshreveable/log15 + + Defining handlers happens as follows + 1) ALL handlers (log.all.output) replace any existing handlers + 2) Output handlers (log.error.output) replace any existing handlers + 3) Filter handlers (log.xxx.filter, log.xxx.nfilter) append to existing handlers, + note log.all.filter is treated as a filter handler, so it will NOT replace existing ones + + + +*/ +package logger