log src/org/tmatesoft/hg/internal/BasicSessionContext.java @ 459:55e9588b84b8

age author description
2012-06-18 Artem Tikhomirov Refactor LogFacility and SessionContext, better API for both
2012-03-29 Artem Tikhomirov FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces
2012-03-16 Artem Tikhomirov Better multiline log printout; options to tune default log output smartgit3
2012-02-15 Artem Tikhomirov Work on FIXME: correct HgDataFile#workingCopy with tests; BasicSessionContext with property override; platform-specific options to internals
2011-11-15 Artem Tikhomirov Add options to control DataAccessProvider, allow to turn off use of file memory mapping in particular to solve potential sharing violation (os file handle gets released on MappedByteByffer being GC'd, not on FileChannel.close())
2011-09-16 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities