Method: Vedeu::Logging::LocklessLogDevice#writable?

Defined in:
lib/vedeu/logging/lockless_log_device.rb

#writable?Boolean (private)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:



77
78
79
# File 'lib/vedeu/logging/lockless_log_device.rb', line 77

def writable?
  log.respond_to?(:write)
end