代码搜索:logging
找到约 10,000 项符合「logging」的源代码
代码结果 10,000
www.eeworm.com/read/281104/10263672
h logging.h
/*
SMS Server Tools 3
Copyright (C) Keijo Kasvi
http://smstools3.kekekasvi.com/
Based on SMS Server Tools 2 from Stefan Frings
http://www.meinemullemaus.de/
This program is free software unless you
www.eeworm.com/read/277284/10649578
c logging.c
/*
* sudo version 1.1 allows users to execute commands as root
* Copyright (C) 1991 The Root Group, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/273826/10899769
h logging.h
/*
* logging.h - Centralised logging. Originated from the Linux-NTFS project.
*
* Copyright (c) 2005 Richard Russon
*
* This program/include file is free software; you can redistribute it and/or
www.eeworm.com/read/273826/10899863
c logging.c
/**
* logging.c - Centralised logging. Originated from the Linux-NTFS project.
*
* Copyright (c) 2005 Richard Russon
* Copyright (c) 2005-2006 Szabolcs Szakacsits
*
* This program/include file
www.eeworm.com/read/469900/6920684
c logging.c
#include
#include
#include
#include
#include
#include "getstream.h"
int loglevel=LOG_ERROR;
void logwrite_inc_level() {
loglevel++;
}
void l
www.eeworm.com/read/448678/7527281
c logging.c
/*
* Part of Very Secure FTPd
* Licence: GPL v2
* Author: Chris Evans
*
* logging.c
*/
#include "logging.h"
#include "tunables.h"
#include "utility.h"
#include "str.h"
#include "sysutil.h"
#inc
www.eeworm.com/read/448678/7527313
h logging.h
#ifndef VSF_LOGGING_H
#define VSF_LOGGING_H
/* Forward delcarations */
struct mystr;
struct vsf_session;
enum EVSFLogEntryType
{
kVSFLogEntryNull = 1,
kVSFLogEntryDownload,
kVSFLogEntryUpload,
www.eeworm.com/read/442142/7658482
c logging.c
#include
#include
#include
#include
#include "logging.h"
typedef enum {
ITWORKS_PRIORITY_FATAL = 0,
ITWORKS_PRIORITY_ALERT = 1,
ITWORKS_
www.eeworm.com/read/442142/7658485