mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-19 14:16:46 -06:00
Core: CloseStdLog
git-svn-id: svn://ultimatepp.org/upp/trunk@1332 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5d3e7033a9
commit
6dc99ffef1
2 changed files with 6 additions and 0 deletions
|
|
@ -91,6 +91,11 @@ LogStream& StdLogStream()
|
|||
return *s;
|
||||
}
|
||||
|
||||
void CloseStdLog()
|
||||
{
|
||||
StdLogStream().Close();
|
||||
}
|
||||
|
||||
void StdLogSetup(dword options)
|
||||
{
|
||||
StdLogStream().SetOptions(options);
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ void SetVppLog(Stream& log);
|
|||
void SetVppLogName(const String& file);
|
||||
void SetVppLogSizeLimit(int filesize);
|
||||
void SetVppLogNoDeleteOnStartup();
|
||||
void CloseStdLog();
|
||||
|
||||
void HexDump(Stream& s, const void *ptr, int size, int maxsize = INT_MAX);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue