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
-
.log ⇒ Object
readonly
Returns the value of attribute log.
Class Attribute Details
.log ⇒ Object (readonly)
Returns the value of attribute log.
220 221 222 |
# File 'lib/pwnlib/logger.rb', line 220 def log @log end |