Concord - C Discord API library
A Discord API wrapper library written in C
logmod_info Struct Reference

Information about a log entry. More...

#include <logmod.h>

Collaboration diagram for logmod_info:
[legend]

Data Fields

const unsigned line
 
const char *const filename
 
const unsigned level
 
const struct logmod_label *const label
 
const struct tm time
 

Detailed Description

Information about a log entry.

Field Documentation

◆ line

const unsigned logmod_info::line

Source line number

◆ filename

const char* const logmod_info::filename

Source filename

◆ level

const unsigned logmod_info::level

Log level

◆ label

const struct logmod_label* const logmod_info::label

Label for this log level

◆ time

const struct tm logmod_info::time

Time for when entry has been triggered


The documentation for this struct was generated from the following file: