added: SLog class -- session logger
messages are displayed in the browser (with locales) changed: MountParser now if there is an error in a line -- the line is simply skipped git-svn-id: svn://ttmath.org/publicrep/winix/trunk@741 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -54,7 +54,7 @@ void Log::OpenFile()
|
||||
}
|
||||
|
||||
|
||||
void Log::PutDate(Manipulators m)
|
||||
void Log::PutDate(LogManipulators m)
|
||||
{
|
||||
// logs are related to localtime
|
||||
|
||||
@@ -234,7 +234,7 @@ Log & Log::operator<<(double s)
|
||||
|
||||
|
||||
|
||||
Log & Log::operator<<(Manipulators m)
|
||||
Log & Log::operator<<(LogManipulators m)
|
||||
{
|
||||
switch(m)
|
||||
{
|
||||
@@ -273,6 +273,9 @@ Log & Log::operator<<(Manipulators m)
|
||||
case log4:
|
||||
current_level = 4;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return *this;
|
||||
|
Reference in New Issue
Block a user