98 Commits (752065eb555d31cec887227cfe5cd6e105123ded)

Autor SHA1 Nachricht Datum
  John R. Daily 5c1a0795cf Need dat get_loglevels/4 vor 10 Jahren
  John R. Daily 67565b4444 Need 2ary get_loglevel (shame it is broken tho) vor 10 Jahren
  John R. Daily 5f3f0fee6c Match the correct tuple. Return an {ok, _} tuple so the next case statement does not get confused vor 10 Jahren
  John R. Daily a462c046fe Various bugfixes of various levels of desperation vor 10 Jahren
  John R. Daily 2926dd51a1 get/2 was confusing: Sink, Key or Key, Default. Clean up by forcing into {Sink, Key} tuple vor 10 Jahren
  John R. Daily efd3164248 Stupid compiler errors vor 10 Jahren
  John R. Daily 0ec113132b Traces now are assigned to a single sink as requested (or lager_event by default) vor 10 Jahren
  John R. Daily cc7e4d26d4 Start incorporating support for dedicated tracing sink vor 10 Jahren
  John R. Daily 6f6b0110f2 Starting down the path of making backends handle multiple sinks (primary use case is tracing) vor 10 Jahren
  John R. Daily f8cd7ec888 More DEFAULT_SINK vor 10 Jahren
  John R. Daily 730ab66717 For places in the revised API where we use lager_event as a default value, use a macro instead vor 10 Jahren
  Mark Allen f6e6b83927 Record some code comments from jrd walk-thru vor 10 Jahren
  Mark Allen 90ce2ac2b9 WIP vor 10 Jahren
  Mark Allen 546036f75a WIP vor 10 Jahren
  Andrew Thompson 95f5a133af Fix #163 - start the file backend if it isn't running but a trace uses it vor 10 Jahren
  Andrew Thompson b0a5d08227 Fix trace_file to return the new trace return type vor 10 Jahren
  Andrew Thompson c2b75f0674 Make start_trace return a term that stop_trace/1 can consume vor 10 Jahren
  Luis Rascao 9d0bfda1d5 make trace and stop_trace take the same arguments vor 10 Jahren
  Shane Howley d58e633e15 Fixed issue whereby element(1, ...) is called on every tuple nested inside a pretty printed record regardless of size. vor 11 Jahren
  Andrew Thompson faf3096d99 Fix dialyzer warnings and make all the records typed vor 11 Jahren
  Maxim Minin 4c7e77e8f1 pr fun for nested records. vor 11 Jahren
  Steve Strong 7d76822341 Added options parameter to lager:trace_file vor 11 Jahren
  Andrew Thompson 9bb64413e8 Correct the tracing statistics to account for # of installed traces vor 12 Jahren
  Pedram Nimreezi 95b3fb0c87 Implement event stream processing vor 12 Jahren
  Andrew Thompson 79ea55a196 Improve the performance of the file backend vor 12 Jahren
  Andrew Thompson 98143ae182 Allow storage of persistant per-process lager metadata vor 12 Jahren
  Andrew Thompson a454d1f2d1 In code generated by the parse_transform skip unloggable messages fast vor 12 Jahren
  Andrew Thompson 5b3fae60b1 Cleanups suggested by @mshonle vor 12 Jahren
  Andrew Thompson 4dc1d4a0b8 compatability with beams compiled with lager 1.2 vor 12 Jahren
  Andrew Thompson cf89804ced Switch between gen_event notify/sync_notify based on message queue length vor 12 Jahren
  Ewan Mellor 228f2b98cf Bring some duplicate code together around the loglevel handling. vor 12 Jahren
  Andrew Thompson 24d17d05fa Fix for loglevel none in status vor 12 Jahren
  Andrew Thompson 351e482735 File backends started as part of a trace have a loglevel of 'none' vor 12 Jahren
  Andrew Thompson 069e553f1d Fix a couple bugs in tracing vor 12 Jahren
  Andrew Thompson c3fc3c4e24 Add tests, fix some bugs & fix dialyzer specs vor 12 Jahren
  Andrew Thompson f566318bdc Add some more record printing tests and fix a bug vor 12 Jahren
  Andrew Thompson 9bd0a411a3 Support pretty printing records found in a module at compile time vor 12 Jahren
  Andrew Thompson f4f3dd3817 Rewrite to use a bitmask to represent active loglevels vor 12 Jahren
  Andrew Thompson 67bce42bb8 Add syslog comparison support to file and console backends vor 12 Jahren
  Andrew Thompson a192bd9e91 Replace mochiglobal with a public ETS table vor 12 Jahren
  Andrew Thompson d648264942 Pid can sometimes be 'emulator', turns out vor 12 Jahren
  Artem Teslenko 63cc66aa02 Remove unnecessary debug message vor 12 Jahren
  Andrew Thompson e04830b382 Tag lager_msg messages with a {log, ...} tuple vor 12 Jahren
  Andrew Thompson 180e09fd01 Use an opaque type with a module for accessors rather than a record vor 12 Jahren
  Andrew Thompson 12a784b18e Time makes fools of us all vor 12 Jahren
  Andrew Thompson 55283cc2c2 Make the default truncation limit a macro vor 12 Jahren
  Andrew Thompson bc338b22e9 Fix dialyzer warnings vor 13 Jahren
  Andrew Thompson 7b05164249 Change the default formatter to be backwards compatible with old behaviour vor 13 Jahren
  Jason Wagner 0415d21669 Changed the messages sent to the backends to include metadata and separated formatting from the backend. Added documentation, fixed tests, and removed some unused code. vor 13 Jahren
  Devin Torres 80a0e9f5c1 Add support for a custom log truncation size compile time flag vor 13 Jahren