Oolite 1.91.0.7644-241112-7f5034b
|
import "OOLogging.h"
Go to the source code of this file.
Functions | |
void | OOLogSetDisplayMessagesInClass (NSString *inClass, BOOL inFlag) |
NSString * | OOLogGetParentMessageClass (NSString *inClass) |
void | OOLoggingInit (void) |
void | OOLoggingTerminate (void) |
void | OOLogInsertMarker (void) |
BOOL | OOLogShowFunction (void) |
void | OOLogSetShowFunction (BOOL flag) |
BOOL | OOLogShowFileAndLine (void) |
void | OOLogSetShowFileAndLine (BOOL flag) |
BOOL | OOLogShowTime (void) |
void | OOLogSetShowTime (BOOL flag) |
BOOL | OOLogShowMessageClass (void) |
void | OOLogSetShowMessageClass (BOOL flag) |
void | OOLogSetShowMessageClassTemporary (BOOL flag) |
NSString * | OOLogAbbreviatedFileName (const char *inName) |
NSString * OOLogAbbreviatedFileName | ( | const char * | inName | ) |
Definition at line 839 of file OOLogging.m.
References EXPECT_NOT, nil, and sFileNamesCache.
Referenced by OOJSStopTimeLimiter_(), and OOJSUnreachable().
NSString * OOLogGetParentMessageClass | ( | NSString * | inClass | ) |
Definition at line 207 of file OOLogging.m.
References nil.
Referenced by ResolveDisplaySetting().
void OOLoggingInit | ( | void | ) |
Definition at line 585 of file OOLogging.m.
References LoadExplicitSettings(), nil, OOLogOutputHandlerInit(), OOPrintLogHeader(), sFileNamesCache, sInited, and sLock.
Referenced by main(), and main().
void OOLoggingTerminate | ( | void | ) |
Definition at line 612 of file OOLogging.m.
References OOLogOutputHandlerClose(), and sInited.
void OOLogInsertMarker | ( | void | ) |
Definition at line 632 of file OOLogging.m.
References nil, and OOLogOutputHandlerPrint().
Referenced by ConsoleWriteLogMarker().
void OOLogSetDisplayMessagesInClass | ( | NSString * | inClass, |
BOOL | inFlag ) |
Definition at line 182 of file OOLogging.m.
References CacheValue(), DESTROY, Inited(), nil, OOLOG_SETTING_SET, OOLogInternal, and sDerivedSettingsCache.
Referenced by ConsoleSetDisplayMessagesInClass().
void OOLogSetShowFileAndLine | ( | BOOL | flag | ) |
Definition at line 531 of file OOLogging.m.
References sShowFileAndLine.
void OOLogSetShowFunction | ( | BOOL | flag | ) |
Definition at line 513 of file OOLogging.m.
References sShowFunction.
void OOLogSetShowMessageClass | ( | BOOL | flag | ) |
Definition at line 567 of file OOLogging.m.
References sShowClass.
void OOLogSetShowMessageClassTemporary | ( | BOOL | flag | ) |
Definition at line 579 of file OOLogging.m.
References sShowClass.
void OOLogSetShowTime | ( | BOOL | flag | ) |
Definition at line 549 of file OOLogging.m.
References sShowTime.
BOOL OOLogShowFileAndLine | ( | void | ) |
Definition at line 525 of file OOLogging.m.
References sShowFileAndLine.
BOOL OOLogShowFunction | ( | void | ) |
Definition at line 507 of file OOLogging.m.
References sShowFunction.
BOOL OOLogShowMessageClass | ( | void | ) |
BOOL OOLogShowTime | ( | void | ) |