C# Class Nzr.Orm.Core.Dao

Partial class Dao. Contains all methods related to select operations.
Afficher le fichier Open project: marionzr/Nzr.Orm

Méthodes publiques

Méthode Description
LogCritical ( EventId eventId, Exception exception, string message ) : void

Formats and writes a critical log message.

LogCritical ( EventId eventId, string message ) : void

Formats and writes a critical log message.

LogCritical ( Exception exception, string message ) : void

Formats and writes a critical log message.

LogCritical ( string message ) : void

Formats and writes a critical log message.

LogDebug ( EventId eventId, Exception exception, string message ) : void

Formats and writes a debug log message.

LogDebug ( EventId eventId, string message ) : void

Formats and writes a debug log message.

LogDebug ( Exception exception, string message ) : void

Formats and writes a debug log message.

LogDebug ( string message ) : void

Formats and writes a debug log message.

LogError ( EventId eventId, Exception exception, string message ) : void

Formats and writes an error log message.

LogError ( EventId eventId, string message ) : void

Formats and writes an error log message.

LogError ( Exception exception, string message ) : void

Formats and writes an error log message.

LogError ( string message ) : void

Formats and writes an error log message.

LogInformation ( EventId eventId, Exception exception, string message ) : void

Formats and writes an informational log message.

LogInformation ( EventId eventId, string message ) : void

Formats and writes an informational log message.

LogInformation ( Exception exception, string message ) : void

Formats and writes an informational log message.

LogInformation ( string message ) : void

Formats and writes an informational log message.

LogTrace ( EventId eventId, Exception exception, string message ) : void

Formats and writes a trace log message.

LogTrace ( EventId eventId, string message ) : void

Formats and writes a trace log message.

LogTrace ( Exception exception, string message ) : void

Formats and writes a trace log message.

LogTrace ( string message ) : void

Formats and writes a trace log message.

LogWarning ( EventId eventId, Exception exception, string message ) : void

Formats and writes a warning log message.

LogWarning ( EventId eventId, string message ) : void

Formats and writes a warning log message.

LogWarning ( Exception exception, string message ) : void

Formats and writes a warning log message.

LogWarning ( string message ) : void

Formats and writes a warning log message.

Private Methods

Méthode Description
LogError ( Exception e, string sql, Parameters parameters ) : void
LogOperation ( string sql, Parameters parameters ) : void
LogOperation ( string sql, Parameters parameters, IList results ) : void
LogOperation ( string sql, Parameters parameters, dynamic result ) : void

Method Details

LogCritical() public méthode

Formats and writes a critical log message.
public LogCritical ( EventId eventId, Exception exception, string message ) : void
eventId EventId The event id associated with the log.
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogCritical() public méthode

Formats and writes a critical log message.
public LogCritical ( EventId eventId, string message ) : void
eventId EventId The event id associated with the log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogCritical() public méthode

Formats and writes a critical log message.
public LogCritical ( Exception exception, string message ) : void
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogCritical() public méthode

Formats and writes a critical log message.
public LogCritical ( string message ) : void
message string Format string of the log message in message template format. Example: "User {User}logged in from {Address}"
Résultat void

LogDebug() public méthode

Formats and writes a debug log message.
public LogDebug ( EventId eventId, Exception exception, string message ) : void
eventId EventId The event id associated with the log.
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogDebug() public méthode

Formats and writes a debug log message.
public LogDebug ( EventId eventId, string message ) : void
eventId EventId The event id associated with the log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogDebug() public méthode

Formats and writes a debug log message.
public LogDebug ( Exception exception, string message ) : void
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogDebug() public méthode

Formats and writes a debug log message.
public LogDebug ( string message ) : void
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogError() public méthode

Formats and writes an error log message.
public LogError ( EventId eventId, Exception exception, string message ) : void
eventId EventId The event id associated with the log.
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogError() public méthode

Formats and writes an error log message.
public LogError ( EventId eventId, string message ) : void
eventId EventId The event id associated with the log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogError() public méthode

Formats and writes an error log message.
public LogError ( Exception exception, string message ) : void
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogError() public méthode

Formats and writes an error log message.
public LogError ( string message ) : void
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogInformation() public méthode

Formats and writes an informational log message.
public LogInformation ( EventId eventId, Exception exception, string message ) : void
eventId EventId The event id associated with the log.
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogInformation() public méthode

Formats and writes an informational log message.
public LogInformation ( EventId eventId, string message ) : void
eventId EventId The event id associated with the log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogInformation() public méthode

Formats and writes an informational log message.
public LogInformation ( Exception exception, string message ) : void
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogInformation() public méthode

Formats and writes an informational log message.
public LogInformation ( string message ) : void
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogTrace() public méthode

Formats and writes a trace log message.
public LogTrace ( EventId eventId, Exception exception, string message ) : void
eventId EventId The event id associated with the log.
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogTrace() public méthode

Formats and writes a trace log message.
public LogTrace ( EventId eventId, string message ) : void
eventId EventId The event id associated with the log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogTrace() public méthode

Formats and writes a trace log message.
public LogTrace ( Exception exception, string message ) : void
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogTrace() public méthode

Formats and writes a trace log message.
public LogTrace ( string message ) : void
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogWarning() public méthode

Formats and writes a warning log message.
public LogWarning ( EventId eventId, Exception exception, string message ) : void
eventId EventId The event id associated with the log.
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogWarning() public méthode

Formats and writes a warning log message.
public LogWarning ( EventId eventId, string message ) : void
eventId EventId The event id associated with the log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogWarning() public méthode

Formats and writes a warning log message.
public LogWarning ( Exception exception, string message ) : void
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void

LogWarning() public méthode

Formats and writes a warning log message.
public LogWarning ( string message ) : void
message string Format string of the log message in message template format. Example: logged in from {Address}".
Résultat void