forked from SubnauticaNitrox/Nitrox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SubnauticaNitrox#913 Added NLog and supporting instance class * SubnauticaNitrox#913 shifted classes and added async calling on logging file * SubnauticaNitrox#913 added all interface methods and implemetations for logger * SubnauticaNitrox#913 added config file for NLog with formatting * SubnauticaNitrox#913 Removed old log error method and replaced it with new one * SubnauticaNitrox#913 changed warnings, trace and error * SubnauticaNitrox#913 updated all the debug instances * SubnauticaNitrox#913 removed old logger class * SubnauticaNitrox#913 Renamed log class and removed log4net * SubnauticaNitrox#913 quick changes after reviewing my own pull request and reading the submission guidelines * SubnauticaNitrox#913 Updated some thing to actually match the acceptance of the ticket 🤦 * SubnauticaNitrox#913 Changed log back to static class and split out methods * SubnauticaNitrox#913 PR changes to move the nlog config to a more global place and removed the enum for catogorey * SubnauticaNitrox#913 PR Fixes * Fix build errors, review changes * Copy nlog config to subnautica directory * Use rolling log file, archived per day * Use colored console * Review changes * Configure nlog programmatically * Made changes to logging so that it's similar as before * Added InGame logging through NLog Changed a lot of logs to structured logging * Fixed logs that were used improperly due to changes * Set player name to log context on session joined * Dont use space before log message when player name is not set * Using AsyncTargetWrapper for the log file target * Set DetectConsoleAvailable to true * Fixed sensitive logging not working due to logger name change * Moved when player name is set in logger to earlier moment * Add Init submodules to buildingPullRequest.yml * - Remove log4net - Remove double log output of the admin password * > Changed log messages that don't need structural logging > Removed structural logging from non sensitive log methods * Merge branch 'master' Conflicts: NitroxClient/GameLogic/InitialSync/PdaInitialSyncProcessor.cs NitroxLauncher/LauncherLogic.cs NitroxLauncher/NitroxLauncher.csproj NitroxModel/Logger/Log.cs NitroxModel/NitroxModel.csproj NitroxModel/Packets/Packet.cs NitroxPatcher/Main.cs NitroxServer-Subnautica/Program.cs NitroxServer/Serialization/World/WorldPersistence.cs
- Loading branch information
Showing
42 changed files
with
323 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.