Class: Rsodx::Logger::LogEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rsodx/logger.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appnameObject

Returns the value of attribute appname

Returns:

  • (Object)

    the current value of appname



11
12
13
# File 'lib/rsodx/logger.rb', line 11

def appname
  @appname
end

#backtraceObject

Returns the value of attribute backtrace

Returns:

  • (Object)

    the current value of backtrace



11
12
13
# File 'lib/rsodx/logger.rb', line 11

def backtrace
  @backtrace
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



11
12
13
# File 'lib/rsodx/logger.rb', line 11

def code
  @code
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



11
12
13
# File 'lib/rsodx/logger.rb', line 11

def context
  @context
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



11
12
13
# File 'lib/rsodx/logger.rb', line 11

def level
  @level
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



11
12
13
# File 'lib/rsodx/logger.rb', line 11

def message
  @message
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



11
12
13
# File 'lib/rsodx/logger.rb', line 11

def timestamp
  @timestamp
end