[]Struct jni_android_sys::android::util::Log

#[repr(transparent)]
pub struct Log(_);

public final class Log

Required feature: "android-util-Log"

Methods

impl Log

pub fn v_String_String<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<i32, Local<'env, Throwable>>
[src]

v

Required features: "java-lang-String"

pub fn v_String_String_Throwable<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env Throwable>>
) -> Result<i32, Local<'env, Throwable>>
[src]

v

Required features: "java-lang-String", "java-lang-Throwable"

pub fn d_String_String<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<i32, Local<'env, Throwable>>
[src]

d

Required features: "java-lang-String"

pub fn d_String_String_Throwable<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env Throwable>>
) -> Result<i32, Local<'env, Throwable>>
[src]

d

Required features: "java-lang-String", "java-lang-Throwable"

pub fn i_String_String<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<i32, Local<'env, Throwable>>
[src]

i

Required features: "java-lang-String"

pub fn i_String_String_Throwable<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env Throwable>>
) -> Result<i32, Local<'env, Throwable>>
[src]

i

Required features: "java-lang-String", "java-lang-Throwable"

pub fn w_String_String<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<i32, Local<'env, Throwable>>
[src]

w

Required features: "java-lang-String"

pub fn w_String_String_Throwable<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env Throwable>>
) -> Result<i32, Local<'env, Throwable>>
[src]

w

Required features: "java-lang-String", "java-lang-Throwable"

pub fn isLoggable<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

isLoggable

Required features: "java-lang-String"

pub fn w_String_Throwable<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env Throwable>>
) -> Result<i32, Local<'env, Throwable>>
[src]

w

Required features: "java-lang-String", "java-lang-Throwable"

pub fn e_String_String<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<i32, Local<'env, Throwable>>
[src]

e

Required features: "java-lang-String"

pub fn e_String_String_Throwable<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env Throwable>>
) -> Result<i32, Local<'env, Throwable>>
[src]

e

Required features: "java-lang-String", "java-lang-Throwable"

pub fn wtf_String_String<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<i32, Local<'env, Throwable>>
[src]

wtf

Required features: "java-lang-String"

pub fn wtf_String_Throwable<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env Throwable>>
) -> Result<i32, Local<'env, Throwable>>
[src]

wtf

Required features: "java-lang-String", "java-lang-Throwable"

pub fn wtf_String_String_Throwable<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env Throwable>>
) -> Result<i32, Local<'env, Throwable>>
[src]

wtf

Required features: "java-lang-String", "java-lang-Throwable"

pub fn getStackTraceString<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Throwable>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

getStackTraceString

Required features: "java-lang-String", "java-lang-Throwable"

pub fn println<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env String>>
) -> Result<i32, Local<'env, Throwable>>
[src]

println

Required features: "java-lang-String"

pub const ASSERT: i32[src]

public static final ASSERT

pub const DEBUG: i32[src]

public static final DEBUG

pub const ERROR: i32[src]

public static final ERROR

pub const INFO: i32[src]

public static final INFO

pub const VERBOSE: i32[src]

public static final VERBOSE

pub const WARN: i32[src]

public static final WARN

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for Log

impl AsValidJObjectAndEnv for Log

impl Deref for Log

type Target = Object

The resulting type after dereferencing.

impl JniType for Log

Auto Trait Implementations

impl RefUnwindSafe for Log

impl !Send for Log

impl !Sync for Log

impl Unpin for Log

impl UnwindSafe for Log

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.