libnetconf2  1.1.48
NETCONF library for clients and servers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
log.h File Reference

libnetconf2 logger More...

Go to the source code of this file.

Typedefs

typedef enum NC_VERB_LEVEL NC_VERB_LEVEL
 Verbosity levels. More...
 

Enumerations

enum  NC_VERB_LEVEL {
  NC_VERB_ERROR = 0, NC_VERB_WARNING = 1, NC_VERB_VERBOSE = 2, NC_VERB_DEBUG = 3,
  NC_VERB_DEBUG_LOWLVL = 4
}
 Verbosity levels. More...
 

Functions

void nc_verbosity (NC_VERB_LEVEL level)
 Set libnetconf's verbosity level. More...
 
void nc_libssh_thread_verbosity (int level)
 Set libssh verbosity level. More...
 
void nc_set_print_clb (void(*clb)(NC_VERB_LEVEL, const char *))
 Set libnetconf's print callback. More...
 

Detailed Description

libnetconf2 logger

Author
Radek Krejci rkrej.nosp@m.ci@c.nosp@m.esnet.nosp@m..cz Copyright (c) 2015 CESNET, z.s.p.o.

This source code is licensed under BSD 3-Clause License (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at

https://opensource.org/licenses/BSD-3-Clause

Definition in file log.h.