public final class WaarpActionLogger extends Object
Modifier and Type | Method and Description |
---|---|
static long |
logAction(DbSession ftpSession,
long specialId,
String message,
BusinessHandler handler,
ReplyCode rcode,
AbstractDbData.UpdatedInfo info)
Log the action
|
static long |
logCreate(DbSession ftpSession,
String message,
String file,
BusinessHandler handler)
Log the action
|
static void |
logErrorAction(DbSession ftpSession,
long specialId,
FtpTransfer transfer,
String message,
ReplyCode rcode,
BusinessHandler handler)
Log the action in error
|
public static long logCreate(DbSession ftpSession, String message, String file, BusinessHandler handler)
ftpSession
- message
- file
- handler
- public static long logAction(DbSession ftpSession, long specialId, String message, BusinessHandler handler, ReplyCode rcode, AbstractDbData.UpdatedInfo info)
ftpSession
- specialId
- message
- handler
- rcode
- info
- public static void logErrorAction(DbSession ftpSession, long specialId, FtpTransfer transfer, String message, ReplyCode rcode, BusinessHandler handler)
ftpSession
- specialId
- transfer
- message
- rcode
- handler
- Copyright © 2009–2020 Waarp. All rights reserved.