C# Класс OSAE.Logging

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddToLog ( string audit, bool alwaysLog ) : void

Adds a message to the log

AddToLog ( string audit, bool alwaysLog, string logFile ) : void
DebugLogAdd ( string entry ) : void

Add an entry to the degug table

EventLogAdd ( string objectName, string eventName, string parameter1 = null, string parameter2 = null ) : void

Add an entry to the event log table

EventLogClear ( ) : void

Deletes everything from the event_log table

GetLogger ( ) : Logging

Get the current logger, if no logger has been specified in a previous call then the default logger will be returned

GetLogger ( string requestedLogName ) : Logging

Приватные методы

Метод Описание
GetConfiguration ( ) : void
Logging ( string requestedLogName ) : System

Описание методов

AddToLog() публичный Метод

Adds a message to the log
public AddToLog ( string audit, bool alwaysLog ) : void
audit string
alwaysLog bool
Результат void

AddToLog() публичный статический Метод

public static AddToLog ( string audit, bool alwaysLog, string logFile ) : void
audit string
alwaysLog bool
logFile string
Результат void

DebugLogAdd() публичный Метод

Add an entry to the degug table
public DebugLogAdd ( string entry ) : void
entry string String to add to the debug table
Результат void

EventLogAdd() публичный Метод

Add an entry to the event log table
public EventLogAdd ( string objectName, string eventName, string parameter1 = null, string parameter2 = null ) : void
objectName string Object Name
eventName string Event Name
parameter1 string
parameter2 string
Результат void

EventLogClear() публичный Метод

Deletes everything from the event_log table
public EventLogClear ( ) : void
Результат void

GetLogger() публичный статический Метод

Get the current logger, if no logger has been specified in a previous call then the default logger will be returned
public static GetLogger ( ) : Logging
Результат Logging

GetLogger() публичный статический Метод

public static GetLogger ( string requestedLogName ) : Logging
requestedLogName string
Результат Logging