|
| static void | Message (const std::string &name, Type type, const std::string &message) |
| |
| static void | Info (const std::string &name, const std::string &message) |
| |
| static void | Error (const std::string &name, const std::string &message) |
| |
| static void | Warning (const std::string &name, const std::string &message) |
| |
| static void | Debug (const std::string &name, const std::string &message) |
| |
- Enumerator:
| LT_INFO |
|
| LT_ERROR |
|
| LT_WARNING |
|
| LT_DEBUG |
|
| void PZ::Log::Debug |
( |
const std::string & |
message | ) |
|
|
inline |
| static void PZ::Log::Debug |
( |
const std::string & |
name, |
|
|
const std::string & |
message |
|
) |
| |
|
inlinestatic |
| void PZ::Log::Error |
( |
const std::string & |
message | ) |
|
|
inline |
| static void PZ::Log::Error |
( |
const std::string & |
name, |
|
|
const std::string & |
message |
|
) |
| |
|
inlinestatic |
| void PZ::Log::Info |
( |
const std::string & |
message | ) |
|
|
inline |
| static void PZ::Log::Info |
( |
const std::string & |
name, |
|
|
const std::string & |
message |
|
) |
| |
|
inlinestatic |
| bool PZ::Log::IsConsoleOutputEnabled |
( |
| ) |
const |
| bool PZ::Log::IsFileOutputEnabled |
( |
| ) |
const |
| bool PZ::Log::IsTimestampEnabled |
( |
| ) |
const |
| void PZ::Log::Message |
( |
Type |
type, |
|
|
const std::string & |
message |
|
) |
| |
| static void PZ::Log::Message |
( |
const std::string & |
name, |
|
|
Type |
type, |
|
|
const std::string & |
message |
|
) |
| |
|
inlinestatic |
| void PZ::Log::SetConsoleOutput |
( |
bool |
enable | ) |
|
| void PZ::Log::SetTimestamp |
( |
bool |
enable | ) |
|
| void PZ::Log::Warning |
( |
const std::string & |
message | ) |
|
|
inline |
| static void PZ::Log::Warning |
( |
const std::string & |
name, |
|
|
const std::string & |
message |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: