I can't seem to figure out how to get access to the Bluepill::Application's logger from within a process condition I'm writing. For example
module Bluepill
module ProcessConditions
class MemUsage < ProcessCondition
def initialize(options = {})
# Would love a logger method or Bluepill::Application::get_instance method or something here...
I can't seem to figure out how to get access to the Bluepill::Application's logger from within a process condition I'm writing. For example
Any ideas? Thanks much.
-DB