Skip to content
Tom Feist edited this page Jan 17, 2011 · 28 revisions

Irssi::Rawlog

home | Irssi

&nbsp;&nbsp;&nbsp;ATTRIBUTES<br /> &nbsp;&nbsp;&nbsp;METHODS<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;destroy<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get_lines<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;open $filename<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;close<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;save $filename<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;input $str<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;output $str<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;redirect $str<br />

ATTRIBUTES

Rawlog->{}

logging - The rawlog is being written to file currently
nlines - Number of lines in rawlog

METHODS

destroy

Destroy the rawlog.

get_lines

Returns all lines in rawlog.

open $filename

Start logging new messages in rawlog to specified file.

close

Stop logging to file.

save $filename

Save the current rawlog history to specified file.

input $str

Send `str' to raw log as input text.

output $str

Send `str' to raw log as output text.

redirect $str

Send `str' to raw log as redirection text.

Clone this wiki locally