Searched refs:LogFile (Results 1 – 6 of 6) sorted by relevance
12 from twisted.python.logfile import LogFile14 logfile = LogFile.fromFullPath("twistd.log", rotateLength=rotateLength,
147 if ((fp=fopen (LogFile,"a+"))==NULL) { in log_changes()148 wprintw (command_win,"Error - Unable to open log file %s\n",LogFile); in log_changes()
22 # LogFile is the location of the log file. Actual changes to the filesystem26 LogFile /var/log/ext2ed.log
58 char LogFile [200]="ext2ed.log"; /* The location of the log file - Each write will be logged there… variable
192 extern char LogFile [200];
515 strcpy (LogFile,value); in process_configuration_file()