Sha256: ad6433271846daf9eada399299f2fffdedc1c68677d5a1d63b4cd8887ee7d987

Contents?: true

Size: 351 Bytes

Versions: 4

Compression:

Stored size: 351 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'.

    # 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

4 entries across 4 versions & 1 rubygems

Version Path
vedeu-0.8.21 docs/configuration/log.md
vedeu-0.8.20 docs/configuration/log.md
vedeu-0.8.19 docs/configuration/log.md
vedeu-0.8.18 docs/configuration/log.md