Skip to content
Snippets Groups Projects

remove all streams on session end, so that logging into a not created stream...

Merged Jonathan Ehret requested to merge feature/fix-logging-and-allow-closing into develop
5 files
+ 26
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -62,3 +62,8 @@ void UUniLogBlueprintFunctionLibrary::ModifyLogStream(const FString StreamName,
@@ -62,3 +62,8 @@ void UUniLogBlueprintFunctionLibrary::ModifyLogStream(const FString StreamName,
LogStream->SetLogOnScreenOnMaster(bLogOnScreenOnMaster);
LogStream->SetLogOnScreenOnMaster(bLogOnScreenOnMaster);
LogStream->SetLogOnScreenOnSlaves(bLogOnScreenOnSlaves);
LogStream->SetLogOnScreenOnSlaves(bLogOnScreenOnSlaves);
}
}
 
 
void UUniLogBlueprintFunctionLibrary::CloseLogStream(const FString StreamName)
 
{
 
UniLog.CloseLogStream(StreamName);
 
}
 
\ No newline at end of file
Loading