![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <logger.h>
Static Public Member Functions | |
| static void | setLevel (int level) |
| static int | getLevel () |
| static void | setDestination (const char *name) |
| static int | log (int level, const char *fmt,...) |
| static int | fatal (const char *fmt,...) |
| static int | error (const char *fmt,...) |
| static int | warn (const char *fmt,...) |
| static int | info (const char *fmt,...) |
| static int | debug (const char *fmt,...) |
|
inlinestatic |
|
inlinestatic |
Definition at line 125 of file logger.h.
Referenced by __flann_add_points(), __flann_build_index(), __flann_compute_cluster_centers(), __flann_find_nearest_neighbors(), __flann_find_nearest_neighbors_index(), __flann_free_index(), __flann_get_point(), __flann_load_index(), __flann_radius_search(), __flann_remove_point(), __flann_save_index(), __flann_size(), __flann_used_memory(), __flann_veclen(), _flann_add_points(), _flann_build_index(), _flann_compute_cluster_centers(), _flann_find_nearest_neighbors(), _flann_find_nearest_neighbors_index(), _flann_free_index(), _flann_get_point(), _flann_load_index(), _flann_radius_search(), _flann_remove_point(), _flann_save_index(), _flann_size(), _flann_used_memory(), and _flann_veclen().
|
inlinestatic |
|
inlinestatic |
Returns the currently set logging level.
Definition at line 91 of file logger.h.
Referenced by flann::AutotunedIndex< Distance >::buildIndex().
|
inlinestatic |
Definition at line 127 of file logger.h.
Referenced by flann::AutotunedIndex< Distance >::buildIndex(), flann::CompositeIndex< Distance >::buildIndex(), flann::KMeansIndex< Distance >::getClusterCenters(), flann::optimizeSimplexDownhill(), flann::search_with_ground_truth(), flann::test_index_checks(), flann::test_index_precision(), and flann::test_index_precisions().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Sets the logging level. All messages with lower priority will be ignored.
| level | Logging level |
Definition at line 85 of file logger.h.
Referenced by flann::log_verbosity().
|
inlinestatic |