Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-09-18 | Update libopenmetaverse components to commit f5cecaa | justincc | 1 | -0/+0 | |
Among other things this allows pCampbot to work under Windows since libopenmateverse now ships the same log4net.dll (publicly signed) as OpenSimulator This also updates the libopenmetaverse embedded libopenjpeg from 1.3 to 1.5. DLL naming and mapping for non-Windows libopenjpeg changes to remove version number to make future udpates easier and bring it into line with names of other shipped DLLs. libopenjpeg updates have been made for OSX, Windows (32 and 64 bit) and Linux (32 and 64 bit). Please report any issues. | |||||
2012-05-18 | Add millisecond logging to pCampBot for debugging purposes | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2008-02-12 | default to appending for log files per Mantis 530, and per | Sean Dague | 1 | -1/+1 | |
previous OpenSim behavior. | |||||
2008-02-07 | Convert pCampBot to use log4net | Jeff Ames | 1 | -1/+1 | |
2008-02-06 | make a couple more changes to get us back very close to old color scheme | Sean Dague | 1 | -1/+1 | |
2008-02-06 | pass 1 on getting colors back to the console | Sean Dague | 1 | -2/+2 | |
2008-02-06 | Shortened console log messages. | Jeff Ames | 1 | -1/+1 | |
2008-02-06 | change the console logging format a little bit to look more like | Sean Dague | 1 | -2/+2 | |
it did before (still no colors) | |||||
2008-02-06 | Revert color console changes until a cross-platform method is found. | Jeff Ames | 1 | -19/+1 | |
2008-02-06 | Added colors back to console output. | Jeff Ames | 1 | -1/+19 | |
Fixed line duplication in console output. | |||||
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -0/+28 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. |