enum

PlaceOS::LogBackend::Format

Inherits Enum < Comparable < Value < Object

Constants

Line = 0
JSON = 1

Instance methods

json?

Returns true if this enum value equals JSON

Source
line?

Returns true if this enum value equals Line

Source