Oolite 1.91.0.7644-241112-7f5034b
|
import <Foundation/Foundation.h>
Go to the source code of this file.
Functions | |
void | OOLogOutputHandlerInit (void) |
void | OOLogOutputHandlerClose (void) |
void | OOLogOutputHandlerPrint (NSString *string) |
NSString * | OOLogHandlerGetLogPath (void) |
NSString * | OOLogHandlerGetLogBasePath (void) |
void | OOLogOutputHandlerChangeLogFile (NSString *newLogName) |
void | OOLogOutputHandlerStartLoggingToStdout (void) |
void | OOLogOutputHandlerStopLoggingToStdout (void) |
static NSString * OOLogHandlerGetLogBasePath | ( | void | ) |
Definition at line 305 of file OODockTilePlugIn.m.
References DirectoryExistCreatingIfNecessary(), ExcludeFromTimeMachine(), and nil.
NSString * OOLogHandlerGetLogPath | ( | void | ) |
Definition at line 220 of file OOLogOutputHandler.m.
Referenced by OOOXPVerifier(OOPrivate)::buildDependencyGraph.
void OOLogOutputHandlerChangeLogFile | ( | NSString * | newLogName | ) |
Definition at line 226 of file OOLogOutputHandler.m.
References OOAsyncLogger::changeFile, and sLogFileName.
Referenced by SwitchLogFile().
void OOLogOutputHandlerClose | ( | void | ) |
Definition at line 161 of file OOLogOutputHandler.m.
References _NSSetLogCStringFunction, DESTROY, OOAsyncLogger::endLogging, sDefaultLogCStringFunction, sInited, sLogger, and sWriteToStderr.
Referenced by OOLoggingTerminate(), and OOLogOutputHandlerInit().
void OOLogOutputHandlerInit | ( | void | ) |
Definition at line 119 of file OOLogOutputHandler.m.
References _NSLogCStringFunction, _NSSetLogCStringFunction, InitCrashReporterInfo(), LoadLogCStringFunctions(), nil, OOLog, OOLogOutputHandlerClose(), OONSLogCStringFunction(), sDefaultLogCStringFunction, sInited, sLogger, and sWriteToStderr.
Referenced by OOLoggingInit().
void OOLogOutputHandlerPrint | ( | NSString * | string | ) |
Definition at line 195 of file OOLogOutputHandler.m.
References OOAsyncLogger::asyncLogMessage:, nil, sCrashReporterInfoAvailable, SetCrashReporterInfo(), sInited, sLogger, sWriteToStderr, and sWriteToStdout.
Referenced by OOLogInsertMarker(), OOLogInternal_(), and OOLogWithFunctionFileAndLineAndArguments().
void OOLogOutputHandlerStartLoggingToStdout | ( | void | ) |
Definition at line 186 of file OOLogOutputHandler.m.
References sWriteToStdout.
void OOLogOutputHandlerStopLoggingToStdout | ( | void | ) |
Definition at line 190 of file OOLogOutputHandler.m.
References sWriteToStdout.