Logs that an error occurred and persists the callstack.
109 110 111 112 113 114 115
# File 'lib/rex/post/ldap/ui/console.rb', line 109 def log_error(msg) print_error(msg) elog(msg, 'ldap') dlog("Call stack:\n#{$ERROR_POSITION.join("\n")}", 'ldap') end