Blender  V3.3
Functions
log.cpp File Reference
#include "util/log.h"
#include "util/math.h"
#include "util/string.h"
#include <stdio.h>

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN void util_logging_init (const char *argv0)
 
void util_logging_start ()
 
void util_logging_verbosity_set (int verbosity)
 
std::ostream & operator<< (std::ostream &os, const int2 &value)
 
std::ostream & operator<< (std::ostream &os, const float3 &value)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  os,
const float3 value 
)

Definition at line 77 of file log.cpp.

References float3::x, float3::y, and float3::z.

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  os,
const int2 value 
)

Definition at line 71 of file log.cpp.

References int2::x, and int2::y.

◆ util_logging_init()

CCL_NAMESPACE_BEGIN void util_logging_init ( const char *  argv0)

Definition at line 29 of file log.cpp.

References is_verbosity_set(), and void.

Referenced by CCL_init_logging(), and main().

◆ util_logging_start()

void util_logging_start ( )

◆ util_logging_verbosity_set()

void util_logging_verbosity_set ( int  verbosity)