aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/wslog.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30wslog: Alias --log-domain to --log-domainsJoão Valverde1-8/+18
2021-09-18wslog: Add ws_log_buffer()João Valverde1-0/+23
2021-07-29wslog: Add function to log directly without filteringJoão Valverde1-0/+12
2021-07-25wslog: Minor fixes and cleanupsJoão Valverde1-8/+6
2021-07-09wslog: Fix representation of null domainJoão Valverde1-1/+1
2021-07-09wslog: fixup copyrightJoão Valverde1-1/+3
2021-07-09wslog: Fix commentJoão Valverde1-2/+2
2021-06-29wslog: Prefer more modern time APIsJoão Valverde1-41/+65
2021-06-28wslog: don't assume how big struct timeval's tv_usec is.Guy Harris1-1/+1
2021-06-28wslog: Replace g_date_time_format()João Valverde1-24/+53
2021-06-26wslog: Update API documentation and improve code formattingJoão Valverde1-39/+56
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-39/+80
2021-06-26wslog: Fatal messages should always be activeJoão Valverde1-0/+6
2021-06-25wsutil: Rewrite ws_log() to minimize dependenciesJoão Valverde1-33/+25
2021-06-24wslog: Register log handler with GLibJoão Valverde1-0/+38
2021-06-24wslog: Fix initialization with invalid environmentJoão Valverde1-6/+11
2021-06-24wslog: Slight color and format changeJoão Valverde1-9/+7
2021-06-23wslog: Fix crash using a custom log fileJoão Valverde1-5/+11
2021-06-21wslog: Documentation fixupsJoão Valverde1-6/+7
2021-06-21wslog: Format and color amendmentsJoão Valverde1-22/+49
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-16/+56
2021-06-21wslog: Reverse order for level priorityJoão Valverde1-12/+12
2021-06-21wslog: Cleanup the filter/match logicJoão Valverde1-112/+126
2021-06-21wslog: Critical and error are always active.João Valverde1-7/+7
2021-06-21wslog: "Warning" can also be set as fatalJoão Valverde1-2/+3
2021-06-21wslog: Shorten ws_log_message_is_active() nameJoão Valverde1-5/+5
2021-06-19wslog: Set registered name earlierJoão Valverde1-7/+8
2021-06-19wslog: Be more obvious in the log that the domain is unsetJoão Valverde1-5/+10
2021-06-19wslog: Fix domain filteringJoão Valverde1-0/+3
2021-06-18wslog: Add support for inverted debug matchesJoão Valverde1-24/+55
2021-06-18wslog: Use NULL for empty/default domainJoão Valverde1-23/+13
2021-06-17wslog: Add more documentationJoão Valverde1-0/+12
2021-06-17wslog: Add a noisy debug levelJoão Valverde1-8/+50
2021-06-17wslog: Add a new log-debug optionJoão Valverde1-13/+76
2021-06-17wslog: Add a new log-fatal optionJoão Valverde1-20/+73
2021-06-17wslog: Add support for inverted domain matchesJoão Valverde1-5/+18
2021-06-17wslog: Use plain format with "message" levelJoão Valverde1-24/+33
2021-06-15wslog: Add ws_logv_full()João Valverde1-0/+14
2021-06-15wslog: Remove unused macroJoão Valverde1-1/+0
2021-06-15wslog: Do not filter default domainJoão Valverde1-0/+14
2021-06-15wslog: Fixup color supportJoão Valverde1-17/+21
2021-06-15wslog: Use g_date_time_format()João Valverde1-29/+11
2021-06-14wslog: Change log format to display everythingJoão Valverde1-10/+12
2021-06-14wslog: Add basic color supportJoão Valverde1-10/+28
2021-06-14wslog: Use buffered I/OJoão Valverde1-88/+49
2021-06-14wslog: Rename default log levelJoão Valverde1-17/+6
2021-06-14wslog: Add a diagnostic message.João Valverde1-2/+8
2021-06-14wslog: Add a --log-file cmd line optionJoão Valverde1-4/+18
2021-06-14wslog: Parse cmd line options in one passJoão Valverde1-73/+73
2021-06-14wslog: Make a variable staticJoão Valverde1-1/+1