class Android::Logger
- Android::Logger
- Reference
- Object
Defined in:
log.crConstructors
Instance Method Summary
-
#assert(cond, fmt, *args)
Log an assertion failure and SIGTRAP the process to have a change to inspect it, if a debugger is attached.
- #debug(text) : Nil
- #debug(fmt, *args) : Nil
- #default(text) : Nil
- #default(fmt, *args) : Nil
- #error(text) : Nil
- #error(fmt, *args) : Nil
- #fatal(text) : Nil
- #fatal(fmt, *args) : Nil
- #info(text) : Nil
- #info(fmt, *args) : Nil
- #silent(text) : Nil
- #silent(fmt, *args) : Nil
- #tag : String
- #tag=(tag : String)
- #unknown(text) : Nil
- #unknown(fmt, *args) : Nil
- #verbose(text) : Nil
- #verbose(fmt, *args) : Nil
- #warn(text) : Nil
- #warn(fmt, *args) : Nil
Constructor Detail
Instance Method Detail
def assert(cond, fmt, *args)
#
Log an assertion failure and SIGTRAP the process to have a change to inspect it, if a debugger is attached. This uses the FATAL priority.