# Functions
Any returns true if any logging is enabled.
Close closes the logger output.
DAP returns true if dap package should log.
DAPLogger returns a logger for dap package.
Debugger returns true if the debugger package should log.
DebuggerLogger returns a logger for the debugger package.
DebugLineErrors returns true if pkg/dwarf/line should log its recoverable errors.
FnCall returns true if the function call protocol should be logged.
No description provided by the author
GdbWire returns true if the gdbserial package should log all the packets exchanged with the stub.
GdbWireLogger returns a configured logger for the gdbserial wire protocol.
LLDBServerOutput returns true if the output of the LLDB server should be redirected to standard output instead of suppressed.
Minidump returns true if the minidump loader should be logged.
No description provided by the author
RPC returns true if RPC messages should be logged.
RPCLogger returns a logger for RPC messages.
Setup sets debugger flags based on the contents of logstr.
WriteAPIListeningMessage writes the "API server listening" message in headless mode.
WriteDAPListeningMessage writes the "DAP server listening" message in dap mode.
No description provided by the author