ONE - On-device Neural Engine
Loading...
Searching...
No Matches
VLogging Class Reference

#include <Logging.h>

Public Member Functions

bool enabled () const
 
std::ostream & stream (void)
 

Static Public Member Functions

static VLoggingaccess (void)
 

Detailed Description

Definition at line 22 of file Logging.h.

Member Function Documentation

◆ access()

VLogging & VLogging::access ( void  )
static

Definition at line 24 of file Logging.cpp.

25{
26 static VLogging instance;
27 return instance;
28}

◆ enabled()

bool VLogging::enabled ( ) const
inline

Definition at line 26 of file Logging.h.

26{ return _enabled; }

◆ stream()

std::ostream & VLogging::stream ( void  )

Definition at line 30 of file Logging.cpp.

30{ return std::cout; }

The documentation for this class was generated from the following files: