Module: Pwnlib::Logger

Includes:
Logger::Severity
Included in:
Pwn, ELF::ELF, Shellcraft::Shellcraft, Tubes::Tube
Defined in:
lib/pwnlib/logger.rb

Overview

Logging module for printing status during an exploitation, and internally within Pwnlib.

An exploit developer can use log to print out status messages during an exploitation.

Defined Under Namespace

Classes: LoggerType

Class Attribute Summary collapse

Class Attribute Details

.logObject (readonly)

Returns the value of attribute log.



220
221
222
# File 'lib/pwnlib/logger.rb', line 220

def log
  @log
end