Logging Update

1. Instead of replacing NO_TIMESTAMP, deprecate the old name and convert it to WOLFSSH_NO_TIMESTAMP.
pull/70/head
John Safranek 2018-06-01 15:42:47 -07:00
parent 5e67f2f027
commit cc88322585
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,12 @@ extern "C" {
#endif
#ifdef NO_TIMESTAMP
/* The NO_TIMESTAMP tag is deprecated. Convert to new name. */
#define WOLFSSH_NO_TIMESTAMP
#endif
enum wolfSSH_LogLevel {
WS_LOG_USER = 5,
WS_LOG_ERROR = 4,