pub struct GcpCloudLogging;Expand description
Stub implementation for GCP Cloud Logging.
Implementations§
Trait Implementations§
Source§impl CloudLogger for GcpCloudLogging
impl CloudLogger for GcpCloudLogging
Source§fn log<'life0, 'life1, 'async_trait>(
&'life0 self,
_message: &'life1 str,
_level: LogLevel,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn log<'life0, 'life1, 'async_trait>(
&'life0 self,
_message: &'life1 str,
_level: LogLevel,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Writes a simple log message. Read more
Auto Trait Implementations§
impl Freeze for GcpCloudLogging
impl RefUnwindSafe for GcpCloudLogging
impl Send for GcpCloudLogging
impl Sync for GcpCloudLogging
impl Unpin for GcpCloudLogging
impl UnwindSafe for GcpCloudLogging
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more