Docs.rs
cvlr-log-0.4.0
cvlr-log 0.4.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
1arie1
Dependencies
cvlr-mathint =0.4.0
normal
optional
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cvlr_
log
0.4.0
CvlrLog
Required Methods
log
Implementations on Foreign Types
&T
&str
()
NativeInt
Option<T>
Result<T, E>
bool
i8
i16
i32
i64
i128
u8
u16
u32
u64
u128
usize
Implementors
In crate cvlr_
log
cvlr_log
Trait
CvlrLog
Copy item path
Source
pub trait CvlrLog { // Required method fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
); }
Required Methods
§
Source
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Implementations on Foreign Types
§
Source
§
impl
CvlrLog
for &
str
Source
§
fn
log
(&self, _tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
bool
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
i8
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
i16
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
i32
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
i64
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
i128
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
u8
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
u16
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
u32
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
u64
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
u128
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
()
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
usize
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl
CvlrLog
for
NativeInt
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl<T:
CvlrLog
>
CvlrLog
for
Option
<T>
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl<T:
CvlrLog
>
CvlrLog
for
&T
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Source
§
impl<T:
CvlrLog
, E:
CvlrLog
>
CvlrLog
for
Result
<T, E>
Source
§
fn
log
(&self, tag: &
str
, logger: &mut
CvlrLogger
)
Implementors
§