- LogLayoutHandler
alias LogLayoutHandler = string delegate(string time_prior, string tid, string level, string myFunc, string msg, string file, size_t line)
Undocumented in source.
- error
alias error = ConsoleLogger.error
Undocumented in source.
- errorf
alias errorf = ConsoleLogger.errorf
Undocumented in source.
- info
alias info = ConsoleLogger.info
Undocumented in source.
- infof
alias infof = ConsoleLogger.infof
Undocumented in source.
- logDebug
alias logDebug = trace
Undocumented in source.
- logDebugf
alias logDebugf = tracef
Undocumented in source.
- logError
alias logError = error
Undocumented in source.
- logErrorf
alias logErrorf = errorf
Undocumented in source.
- logInfo
alias logInfo = info
Undocumented in source.
- logInfof
alias logInfof = infof
Undocumented in source.
- logWarning
alias logWarning = warning
Undocumented in source.
- logWarningf
alias logWarningf = warningf
Undocumented in source.
- trace
alias trace = ConsoleLogger.trace
Undocumented in source.
- tracef
alias tracef = ConsoleLogger.tracef
Undocumented in source.
- warning
alias warning = ConsoleLogger.warning
Undocumented in source.
- warningf
alias warningf = ConsoleLogger.warningf
Undocumented in source.
- AAssetDir_close
void AAssetDir_close(AAssetDir* assetDir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AAssetDir_getNextFileName
const(char)* AAssetDir_getNextFileName(AAssetDir* assetDir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AAssetDir_rewind
void AAssetDir_rewind(AAssetDir* assetDir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AAssetManager_open
AAsset* AAssetManager_open(AAssetManager* mgr, const(char)* filename, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AAssetManager_openDir
AAssetDir* AAssetManager_openDir(AAssetManager* mgr, const(char)* dirName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AAsset_close
void AAsset_close(AAsset* asset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AAsset_getBuffer
const(void)* AAsset_getBuffer(AAsset* asset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AAsset_getLength
off_t AAsset_getLength(AAsset* asset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AAsset_getRemainingLength
off_t AAsset_getRemainingLength(AAsset* asset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AAsset_isAllocated
int AAsset_isAllocated(AAsset* asset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AAsset_openFileDescriptor
int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AAsset_read
int AAsset_read(AAsset* asset, void* buf, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AAsset_seek
off_t AAsset_seek(AAsset* asset, off_t offset, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- __android_log_assert
void __android_log_assert(const(char)* cond, const(char)* tag, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- __android_log_print
int __android_log_print(int prio, const(char)* tag, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- __android_log_vprint
int __android_log_vprint(int prio, const(char)* tag, const(char)* fmt, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- __android_log_write
int __android_log_write(int prio, const(char)* tag, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setLogLayout
void setLogLayout(LogLayoutHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.