Sha256: d7c12bf69de80c1f3128cf5f040db6acd8ccd3f7698c45ba5f906e1a8ea1f78d

Contents?: true

Size: 442 Bytes

Versions: 10

Compression:

Stored size: 442 Bytes

Contents

Sets the location of the log file, or disables the log. By default,
the log file is set to '/tmp/vedeu_bootstrap.log'. Note: On Windows
systems, the log directory is determined by the output from
`Dir.tmpdir`.

    # Log messages will be sent to the path given.
    Vedeu.configure do
      log '/var/log/vedeu.log'
      # ...
    end

    # Log messages will be silently dropped.
    Vedeu.configure do
      log false
      # ...
    end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
vedeu-0.8.31 docs/configuration/log.md
vedeu-0.8.30 docs/configuration/log.md
vedeu-0.8.29 docs/configuration/log.md
vedeu-0.8.28 docs/configuration/log.md
vedeu-0.8.27 docs/configuration/log.md
vedeu-0.8.26 docs/configuration/log.md
vedeu-0.8.25 docs/configuration/log.md
vedeu-0.8.24 docs/configuration/log.md
vedeu-0.8.23 docs/configuration/log.md
vedeu-0.8.22 docs/configuration/log.md