module Lumberjack

def context?

Returns:
  • (Boolean) -
def context?
  !!Thread.current[:lumberjack_context]
end