enum

Log::DispatchMode

Inherits Enum / Comparable / Value / Object

Constants

Sync = 0
Async = 1
Direct = 2

Instance methods

async?

Returns true if this enum value equals Async

Source
direct?

Returns true if this enum value equals Direct

Source
sync?

Returns true if this enum value equals Sync

Source