Remmina - The GTK+ Remote Desktop Client  v1.4.34
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
remmina_log.h File Reference

Go to the source code of this file.

Functions

void remmina_log_start (void)
 
gboolean remmina_log_running (void)
 
void remmina_log_print (const gchar *text)
 
void remmina_log_file_append (gchar *text)
 
void _remmina_info (const gchar *fmt,...)
 
void _remmina_message (const gchar *fmt,...)
 
void _remmina_debug (const gchar *fun, const gchar *fmt,...)
 Print a string in the Remmina Debug Windows and in the terminal. More...
 
void _remmina_warning (const gchar *fun, const gchar *fmt,...)
 
void _remmina_audit (const gchar *fun, const gchar *fmt,...)
 
void _remmina_error (const gchar *fun, const gchar *fmt,...)
 
void _remmina_critical (const gchar *fun, const gchar *fmt,...)
 
void remmina_log_printf (const gchar *fmt,...)
 

Function Documentation

◆ _remmina_audit()

void _remmina_audit ( const gchar *  fun,
const gchar *  fmt,
  ... 
)

Definition at line 340 of file remmina_log.c.

◆ _remmina_critical()

void _remmina_critical ( const gchar *  fun,
const gchar *  fmt,
  ... 
)

Definition at line 415 of file remmina_log.c.

◆ _remmina_debug()

void _remmina_debug ( const gchar *  fun,
const gchar *  fmt,
  ... 
)

Print a string in the Remmina Debug Windows and in the terminal.

The string will be visible in the terminal if G_MESSAGES_DEBUG=remmina Variadic function of REMMINA_DEBUG

Definition at line 280 of file remmina_log.c.

◆ _remmina_error()

void _remmina_error ( const gchar *  fun,
const gchar *  fmt,
  ... 
)

Definition at line 385 of file remmina_log.c.

◆ _remmina_info()

void _remmina_info ( const gchar *  fmt,
  ... 
)

Definition at line 221 of file remmina_log.c.

◆ _remmina_message()

void _remmina_message ( const gchar *  fmt,
  ... 
)

Definition at line 248 of file remmina_log.c.

◆ _remmina_warning()

void _remmina_warning ( const gchar *  fun,
const gchar *  fmt,
  ... 
)

Definition at line 310 of file remmina_log.c.

◆ remmina_log_file_append()

void remmina_log_file_append ( gchar *  text)

Definition at line 207 of file remmina_log.c.

◆ remmina_log_print()

void remmina_log_print ( const gchar *  text)

Definition at line 198 of file remmina_log.c.

◆ remmina_log_printf()

void remmina_log_printf ( const gchar *  fmt,
  ... 
)

Definition at line 447 of file remmina_log.c.

◆ remmina_log_running()

gboolean remmina_log_running ( void  )

Definition at line 163 of file remmina_log.c.

◆ remmina_log_start()

void remmina_log_start ( void  )

Definition at line 117 of file remmina_log.c.