-
Notifications
You must be signed in to change notification settings - Fork 5
ailin-nemui edited this page Jan 22, 2014
·
30 revisions
home | Irssi
Log->{}
fname - Log file name
real_fname - The actual opened log file (after %d.%m.Y etc. are expanded)
opened - Log file is open
level - Log only these levels
last - Timestamp when last message was written
autoopen - Automatically open log at startup
failed - Opening log failed last time
temp - Log isn't saved to config file
items - List of log items
update
-
Add log to list of logs / save changes to config file.
close
-
Destroy log file.
start_logging
-
Open log file and start logging.
stop_logging
-
Close log file.
item_add $type, $name, $server
-
Add log item to log.
item_destroy $item
-
Remove log item from log.
item_find $type, $item, $server
-
Find item from log. Returns Irssi::Logitem
write_rec
-
Undocumented
Much of the content on these pages is taken from original Irssi documentation and is Copyright © 2000-2010 The Irssi project. Formatting and additional documentation, examples, etc by Tom Feist and the other editors of this wiki. This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. Please see http://creativecommons.org/licenses/by-sa/2.5/ for details.