Go to the source code of this file.
◆ NoteVerificationStage()
| static void NoteVerificationStage |
( |
NSString * |
displayName, |
|
|
NSString * |
stage |
|
) |
| |
|
static |
◆ OpenLogFile()
| static void OpenLogFile |
( |
NSString * |
name | ) |
|
|
static |
Definition at line 736 of file OOOXPVerifier.m.
737{
738
739
740 if ([[NSUserDefaults standardUserDefaults] oo_boolForKey:@"oxp-verifier-open-log" defaultValue:YES])
741 {
742#if OOLITE_MAC_OS_X
743 [[NSWorkspace sharedWorkspace] openFile:OOLogHandlerGetLogPath()];
744#elif OOLITE_WINDOWS
745
747#elif OOLITE_LINUX
748
749
750
751
752
753
755#else
756 do {} while (0);
757#endif
758 }
759}
NSString * OOLogHandlerGetLogPath(void)
◆ SwitchLogFile()
| static void SwitchLogFile |
( |
NSString * |
name | ) |
|
|
static |
Definition at line 717 of file OOOXPVerifier.m.
718{
719
720 name = [name stringByAppendingPathExtension:@"log"];
721 OOLog(
@"verifyOXP.switchingLog",
@"Switching log files -- logging to \"%@\
".", name);
723
724
725
726
727}
void OOLogOutputHandlerChangeLogFile(NSString *newLogName)
#define OOLog(class, format,...)
References OOLog, and OOLogOutputHandlerChangeLogFile().