#include <low_level_methods.h>
Public Member Functions | |
| System::String | make_logfile_name (System::String^to_modify) |
| System::String | make_allusers_path (System::String^to_modify) |
| System::String | timestamp () |
Definition at line 29 of file low_level_methods.h.
| System::String hoople_api::low_level_methods::make_logfile_name | ( | System::String^ | to_modify | ) | [inline] |
| to_modify | transforms the filename "to_modify" by adding our logging directory. this makes a simple filename, like "tuttle.log", into an absolute pathname based on our current installation, such as: "c:/Program Files/Inova Solutions/Core/logs/tuttle.log" |
Definition at line 33 of file low_level_methods.h.
References path_configuration::make_logfile_name(), hoople_api::string_conversions::to_istring(), and hoople_api::string_conversions::to_mstring().
| System::String hoople_api::low_level_methods::make_allusers_path | ( | System::String^ | to_modify | ) | [inline] |
| to_modify | transforms "to_modify" by adding ALLUSERSPROFILE and our product. this makes a simple filename, like "tuttle.ini", into an absolute pathname based on the value of the ALLUSERSPROFILE environment variable. e.g., "c:/Documents and Settings/All Users/LightLink/tuttle.ini" |
Definition at line 45 of file low_level_methods.h.
References portable::env_string(), software_product_name(), hoople_api::string_conversions::to_istring(), and hoople_api::string_conversions::to_mstring().
| System::String hoople_api::low_level_methods::timestamp | ( | ) | [inline] |
Definition at line 58 of file low_level_methods.h.
References utility::timestamp(), and hoople_api::string_conversions::to_mstring().
1.5.1