hunt.logging

Undocumented in source.

Members

Aliases

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.
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.

Classes

ConsoleLogger
class ConsoleLogger

Enums

AASSET_MODE_UNKNOWN
anonymousenum AASSET_MODE_UNKNOWN
Undocumented in source.
LogLevel
enum LogLevel
Undocumented in source.
android_LogPriority
enum android_LogPriority
Undocumented in source.

Functions

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.
getTid
ThreadID getTid()
Undocumented in source. Be warned that the author may not have intended to support it.
getTid
ThreadID getTid()
Undocumented in source. Be warned that the author may not have intended to support it.
syscall
size_t syscall(size_t ident, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

LOG_TAG
enum LOG_TAG;
Undocumented in source.
PRINT_COLOR_GREEN
enum PRINT_COLOR_GREEN;
Undocumented in source.
PRINT_COLOR_NONE
enum PRINT_COLOR_NONE;
Undocumented in source.
PRINT_COLOR_RED
enum PRINT_COLOR_RED;
Undocumented in source.
PRINT_COLOR_YELLOW
enum PRINT_COLOR_YELLOW;
Undocumented in source.

Structs

AAsset
struct AAsset
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAssetDir
struct AAssetDir
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AAssetManager
struct AAssetManager
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConsoleHelper
struct ConsoleHelper
Undocumented in source.

Meta