summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Log.cs
AgeCommit message (Expand)Author
2017-09-23drop support for SMAPI 1.x (#360)Jesse Plamondon-Willard
2017-07-10enable SMAPI 2.0 mode by defaultJesse Plamondon-Willard
2017-07-03bump all deprecation levels to 'pending removal'Jesse Plamondon-Willard
2017-07-03add SMAPI 2.0 compile modeJesse Plamondon-Willard
2017-02-16increase all notice deprecations to info, tweak deprecation message formatJesse Plamondon-Willard
2017-02-16remove unneeded property for game exe pathJesse Plamondon-Willard
2017-02-16make SMAPI core non-static, eliminate direct access between core componentsJesse Plamondon-Willard
2016-11-19restore all Log methods for backwards compatibilityJesse Plamondon-Willard
2016-11-19fix compatibility with mods using Log.OutJesse Plamondon-Willard
2016-11-14tweak deprecation messagesJesse Plamondon-Willard
2016-11-14migrate deprecation manager to new logging (#168)Jesse Plamondon-Willard
2016-11-14deprecate legacy logging interfaces, rewrite to use new framework under the h...Jesse Plamondon-Willard
2016-11-06increase deprecation severity of method disabled in 0.39.3 (#165)Jesse Plamondon-Willard
2016-11-06use more nuanced deprecation warnings (#165)Jesse Plamondon-Willard
2016-11-04make logging less verbose and more informativeJesse Plamondon-Willard
2016-11-04remove old obsolete log methodsJesse Plamondon-Willard
2016-11-04simplify log singleton managementJesse Plamondon-Willard
2016-11-04make log writer internal (not meant for use outside SMAPI)Jesse Plamondon-Willard
2016-11-04format & document logging codeJesse Plamondon-Willard
2016-11-04remove extensions from public interface, refactor & documentJesse Plamondon-Willard
2016-10-31split combined class files per .NET conventionsJesse Plamondon-Willard