github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/logfwd/doc.go (about)

     1  // Copyright 2016 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  // Package logfwd contains the tools needed to do log record
     5  // forwarding in Juju. The common code sits at the top level. The
     6  // different forwarding targets (e.g. syslog) are provided through
     7  // sub-packages.
     8  package logfwd