C# Class Aspectacular.CallerAopLogger

Provides access to logging functionality for callers of AOP-intercepted functions.
Afficher le fichier Open project: vgribok/Aspectacular

Protected Properties

Свойство Type Description
log CallLifetimeLog

Méthodes protégées

Méthode Description
Log ( EntryType entryType, string optionalKey, string format ) : void

Adds entry to the log held by the proxy.

LogError ( string format ) : void

Shortcut for logging error entries.

LogErrorWithKey ( string optionalKey, string format ) : void

Shortcut for logging error entries.

LogInformation ( string format ) : void

Shortcut for logging information entries.

LogInformationData ( string optionalKey, object data ) : void

Shortcut for logging information entries.

LogInformationWithKey ( string optionalKey, string format ) : void

Shortcut for logging information entries.

LogWarning ( string format ) : void

Shortcut for logging warning entries.

LogWarningWithKey ( string optionalKey, string format ) : void

Shortcut for logging warning entries.

Private Methods

Méthode Description
CallerAopLogger ( CallLifetimeLog log ) : System

Method Details

Log() protected méthode

Adds entry to the log held by the proxy.
protected Log ( EntryType entryType, string optionalKey, string format ) : void
entryType EntryType
optionalKey string
format string
Résultat void

LogError() protected méthode

Shortcut for logging error entries.
protected LogError ( string format ) : void
format string
Résultat void

LogErrorWithKey() protected méthode

Shortcut for logging error entries.
protected LogErrorWithKey ( string optionalKey, string format ) : void
optionalKey string
format string
Résultat void

LogInformation() protected méthode

Shortcut for logging information entries.
protected LogInformation ( string format ) : void
format string
Résultat void

LogInformationData() protected méthode

Shortcut for logging information entries.
protected LogInformationData ( string optionalKey, object data ) : void
optionalKey string
data object
Résultat void

LogInformationWithKey() protected méthode

Shortcut for logging information entries.
protected LogInformationWithKey ( string optionalKey, string format ) : void
optionalKey string
format string
Résultat void

LogWarning() protected méthode

Shortcut for logging warning entries.
protected LogWarning ( string format ) : void
format string
Résultat void

LogWarningWithKey() protected méthode

Shortcut for logging warning entries.
protected LogWarningWithKey ( string optionalKey, string format ) : void
optionalKey string
format string
Résultat void

Property Details

log protected_oe property

protected CallLifetimeLog,Aspectacular log
Résultat CallLifetimeLog