index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
StardewModdingAPI
/
Log.cs
Age
Commit message (
Collapse
)
Author
2017-02-16
increase all notice deprecations to info, tweak deprecation message format
Jesse Plamondon-Willard
2017-02-16
remove unneeded property for game exe path
Jesse Plamondon-Willard
2017-02-16
make SMAPI core non-static, eliminate direct access between core components
Jesse Plamondon-Willard
2016-11-19
restore all Log methods for backwards compatibility
Jesse Plamondon-Willard
2016-11-19
fix compatibility with mods using Log.Out
Jesse Plamondon-Willard
2016-11-14
tweak deprecation messages
Jesse Plamondon-Willard
2016-11-14
migrate deprecation manager to new logging (#168)
Jesse Plamondon-Willard
2016-11-14
deprecate legacy logging interfaces, rewrite to use new framework under the ↵
Jesse Plamondon-Willard
hood (#168)
2016-11-06
increase deprecation severity of method disabled in 0.39.3 (#165)
Jesse Plamondon-Willard
2016-11-06
use more nuanced deprecation warnings (#165)
Jesse Plamondon-Willard
2016-11-04
make logging less verbose and more informative
Jesse Plamondon-Willard
2016-11-04
remove old obsolete log methods
Jesse Plamondon-Willard
2016-11-04
simplify log singleton management
Jesse Plamondon-Willard
2016-11-04
make log writer internal (not meant for use outside SMAPI)
Jesse Plamondon-Willard
2016-11-04
format & document logging code
Jesse Plamondon-Willard
2016-11-04
remove extensions from public interface, refactor & document
Jesse Plamondon-Willard
2016-10-31
split combined class files per .NET conventions
Jesse Plamondon-Willard