libssh.logging

Undocumented in source.

Members

Aliases

LoggingCallbackDelegate
alias LoggingCallbackDelegate = void delegate(LogLevel ll, string function_, string message)
Undocumented in source.
LoggingCallbackFunction
alias LoggingCallbackFunction = void function(LogLevel ll, string function_, string message)
Undocumented in source.

Enums

LogLevel
enum LogLevel
Undocumented in source.

Functions

addLoggingHandler
bool addLoggingHandler(LoggingCallbackDelegate d)
Undocumented in source. Be warned that the author may not have intended to support it.
addLoggingHandler
bool addLoggingHandler(LoggingCallbackFunction d)
Undocumented in source. Be warned that the author may not have intended to support it.
removeLoggingHandler
void removeLoggingHandler(LoggingCallbackDelegate d)
Undocumented in source. Be warned that the author may not have intended to support it.
removeLoggingHandler
void removeLoggingHandler(LoggingCallbackFunction d)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

logLevel
LogLevel logLevel [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
logLevel
void logLevel [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta