-
Notifications
You must be signed in to change notification settings - Fork 6
Tom Feist edited this page Jan 9, 2011
·
30 revisions
home | Irssi
* [[Irssi::Log|Log#Irssi::Log]]
* [[ATTRIBUTES|Log#ATTRIBUTES]]
* [[METHODS|Log#METHODS]]
* [[update|Log#update]]
* [[close|Log#close]]
* [[start_logging|Log#start_logging]]
* [[stop_logging|Log#stop_logging]]
* [[item_add $type, $name, $server|Log#item_add_$type,_$name,_$server]]
* [[item_destroy $item|Log#item_destroy_$item]]
* [[item_find $type, $item, $server|Log#item_find_$type,_$item,_$server]]
* [[write_rec|Log#write_rec]]
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
Add log to list of logs / save changes to config file.
Destroy log file.
Open log file and start logging.
Close log file.
Add log item to log.
Remove log item from log.
Find item from log. Returns Irssi::Logitem
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.