public class FileLogTraceListener extends TraceListener
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.Logging.FileLogTraceListener
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.VisualBasic
|
static java.lang.String |
className
Qualified class name: Microsoft.VisualBasic.Logging.FileLogTraceListener
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
FileLogTraceListener() |
FileLogTraceListener(java.lang.Object instance)
Internal constructor.
|
FileLogTraceListener(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static FileLogTraceListener |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into FileLogTraceListener, a cast assert is made to check if types are compatible. |
void |
Close() |
void |
Flush() |
boolean |
getAppend() |
boolean |
getAutoFlush() |
java.lang.String |
getBaseFileName() |
java.lang.String |
getCustomLocation() |
java.lang.String |
getDelimiter() |
DiskSpaceExhaustedOption |
getDiskSpaceExhaustedBehavior() |
Encoding |
getEncoding() |
java.lang.String |
getFullLogFileName() |
boolean |
getIncludeHostName() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
LogFileLocation |
getLocation() |
LogFileCreationScheduleOption |
getLogFileCreationSchedule() |
long |
getMaxFileSize() |
long |
getReserveDiskSpace() |
void |
setAppend(boolean Append) |
void |
setAutoFlush(boolean AutoFlush) |
void |
setBaseFileName(java.lang.String BaseFileName) |
void |
setCustomLocation(java.lang.String CustomLocation) |
void |
setDelimiter(java.lang.String Delimiter) |
void |
setDiskSpaceExhaustedBehavior(DiskSpaceExhaustedOption DiskSpaceExhaustedBehavior) |
void |
setEncoding(Encoding Encoding) |
void |
setIncludeHostName(boolean IncludeHostName) |
void |
setJCOInstance(JCObject instance) |
void |
setLocation(LogFileLocation Location) |
void |
setLogFileCreationSchedule(LogFileCreationScheduleOption LogFileCreationSchedule) |
void |
setMaxFileSize(long MaxFileSize) |
void |
setReserveDiskSpace(long ReserveDiskSpace) |
void |
TraceData(TraceEventCache eventCache,
java.lang.String source,
TraceEventType eventType,
int id,
NetObject... data) |
void |
TraceData(TraceEventCache eventCache,
java.lang.String source,
TraceEventType eventType,
int id,
NetObject data) |
void |
TraceEvent(TraceEventCache eventCache,
java.lang.String source,
TraceEventType eventType,
int id,
java.lang.String message) |
void |
TraceEvent(TraceEventCache eventCache,
java.lang.String source,
TraceEventType eventType,
int id,
java.lang.String format,
NetObject... args) |
void |
Write(java.lang.String message) |
void |
WriteLine(java.lang.String message) |
close, Dispose, Fail, Fail, getAttributes, getFilter, getIndentLevel, getIndentSize, getIsThreadSafe, getName, getTraceOutputOptions, setFilter, setIndentLevel, setIndentSize, setName, setTraceOutputOptions, TraceEvent, TraceTransfer, Write, Write, Write, WriteLine, WriteLine, WriteLineCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public FileLogTraceListener()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
InvalidOperationException,
NotSupportedException,
OutOfMemoryException,
SecurityException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
UriFormatException,
InvalidDeploymentException,
PlatformNotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AccessViolationException,
InvalidTimeZoneException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionSecurityExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionUriFormatExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAccessViolationExceptionInvalidTimeZoneExceptionpublic FileLogTraceListener(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic FileLogTraceListener(java.lang.String name)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
InvalidOperationException,
NotSupportedException,
OutOfMemoryException,
NullReferenceException,
SecurityException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
MemberAccessException,
UriFormatException,
InvalidDeploymentException,
PlatformNotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
DeploymentException,
AccessViolationException,
InvalidTimeZoneException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionMemberAccessExceptionUriFormatExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAccessViolationExceptionInvalidTimeZoneExceptionpublic static FileLogTraceListener cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into FileLogTraceListener, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFileLogTraceListener instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
CultureNotFoundException
Close in class TraceListenerjava.lang.ThrowableArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionCultureNotFoundExceptionpublic void Flush()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
OutOfMemoryException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
Flush in class TraceListenerjava.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic boolean getAppend()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
InvalidEnumArgumentException,
InvalidOperationException,
InvalidDeploymentException,
NullReferenceException,
MemberAccessException,
NotImplementedException,
SecurityException,
FileNotFoundException,
PathTooLongException,
OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionPathTooLongExceptionOverflowExceptionpublic boolean getAutoFlush()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
InvalidEnumArgumentException,
InvalidOperationException,
InvalidDeploymentException,
NullReferenceException,
MemberAccessException,
NotImplementedException,
SecurityException,
FileNotFoundException,
PathTooLongException,
OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionPathTooLongExceptionOverflowExceptionpublic java.lang.String getBaseFileName()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
NotImplementedException,
MissingManifestResourceException,
PathTooLongException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionPathTooLongExceptionpublic java.lang.String getCustomLocation()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
PathTooLongException,
InvalidOperationException,
IOException,
MissingManifestResourceException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionPathTooLongExceptionInvalidOperationExceptionIOExceptionMissingManifestResourceExceptionInvalidEnumArgumentExceptionpublic java.lang.String getDelimiter()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException
public DiskSpaceExhaustedOption getDiskSpaceExhaustedBehavior() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, NotImplementedException, InvalidEnumArgumentException, InvalidDeploymentException, NullReferenceException, MemberAccessException, FileNotFoundException, PathTooLongException, OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionFileNotFoundExceptionPathTooLongExceptionOverflowExceptionpublic Encoding getEncoding() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, NotImplementedException, MissingManifestResourceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionpublic java.lang.String getFullLogFileName()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
NotSupportedException,
InvalidEnumArgumentException,
InvalidOperationException,
InvalidDeploymentException,
NullReferenceException,
MemberAccessException,
IndexOutOfRangeException,
NotImplementedException,
SecurityException,
FileNotFoundException,
PathTooLongException,
OverflowException,
FormatException,
KeyNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
ObjectDisposedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionIndexOutOfRangeExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionPathTooLongExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionpublic boolean getIncludeHostName()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
InvalidEnumArgumentException,
InvalidOperationException,
InvalidDeploymentException,
NullReferenceException,
MemberAccessException,
NotImplementedException,
SecurityException,
FileNotFoundException,
PathTooLongException,
OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionPathTooLongExceptionOverflowExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class TraceListenerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class TraceListenerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class TraceListenerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class TraceListenerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class TraceListenerJCType representing the CLR Type of the instantiated Classpublic LogFileLocation getLocation() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, NotImplementedException, InvalidEnumArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidEnumArgumentExceptionpublic LogFileCreationScheduleOption getLogFileCreationSchedule() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, NotImplementedException, InvalidEnumArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidEnumArgumentExceptionpublic long getMaxFileSize()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
OverflowException,
InvalidEnumArgumentException,
InvalidDeploymentException,
NullReferenceException,
MemberAccessException,
NotImplementedException,
SecurityException,
FileNotFoundException,
PathTooLongException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionOverflowExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionPathTooLongExceptionpublic long getReserveDiskSpace()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
OverflowException,
InvalidEnumArgumentException,
InvalidDeploymentException,
NullReferenceException,
MemberAccessException,
NotImplementedException,
SecurityException,
FileNotFoundException,
PathTooLongException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionOverflowExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionPathTooLongExceptionpublic void setAppend(boolean Append)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotSupportedException,
InvalidEnumArgumentException,
InvalidOperationException,
ObjectDisposedException,
NotImplementedException,
InvalidDeploymentException,
PlatformNotSupportedException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
FileNotFoundException,
OverflowException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionFileNotFoundExceptionOverflowExceptionFormatExceptionpublic void setAutoFlush(boolean AutoFlush)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotSupportedException,
InvalidEnumArgumentException,
InvalidOperationException,
ObjectDisposedException,
NotImplementedException,
InvalidDeploymentException,
PlatformNotSupportedException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
FileNotFoundException,
OverflowException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionFileNotFoundExceptionOverflowExceptionFormatExceptionpublic void setBaseFileName(java.lang.String BaseFileName)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void setCustomLocation(java.lang.String CustomLocation)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
ArgumentOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
InvalidOperationException,
NotSupportedException,
SecurityException,
ObjectDisposedException,
MissingManifestResourceException,
FormatException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionObjectDisposedExceptionMissingManifestResourceExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setDelimiter(java.lang.String Delimiter)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setDiskSpaceExhaustedBehavior(DiskSpaceExhaustedOption DiskSpaceExhaustedBehavior) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotSupportedException, InvalidEnumArgumentException, InvalidOperationException, ObjectDisposedException, NotImplementedException, InvalidDeploymentException, PlatformNotSupportedException, NullReferenceException, MemberAccessException, PathTooLongException, FileNotFoundException, OverflowException, FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionFileNotFoundExceptionOverflowExceptionFormatExceptionpublic void setEncoding(Encoding Encoding) throws java.lang.Throwable, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionCultureNotFoundExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void setIncludeHostName(boolean IncludeHostName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotSupportedException,
InvalidEnumArgumentException,
InvalidOperationException,
ObjectDisposedException,
NotImplementedException,
InvalidDeploymentException,
PlatformNotSupportedException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
FileNotFoundException,
OverflowException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionFileNotFoundExceptionOverflowExceptionFormatExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class TraceListenerpublic void setLocation(LogFileLocation Location) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionNotSupportedExceptionpublic void setLogFileCreationSchedule(LogFileCreationScheduleOption LogFileCreationSchedule) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionNotSupportedExceptionpublic void setMaxFileSize(long MaxFileSize)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotSupportedException,
InvalidEnumArgumentException,
InvalidOperationException,
ObjectDisposedException,
NotImplementedException,
InvalidDeploymentException,
PlatformNotSupportedException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
FileNotFoundException,
OverflowException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionFileNotFoundExceptionOverflowExceptionFormatExceptionpublic void setReserveDiskSpace(long ReserveDiskSpace)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotSupportedException,
InvalidEnumArgumentException,
InvalidOperationException,
ObjectDisposedException,
NotImplementedException,
InvalidDeploymentException,
PlatformNotSupportedException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
FileNotFoundException,
OverflowException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionFileNotFoundExceptionOverflowExceptionFormatExceptionpublic void TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject... data) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, SecurityException, NullReferenceException, OverflowException, OutOfMemoryException, MissingManifestResourceException, PlatformNotSupportedException, Win32Exception, InvalidEnumArgumentException, InvalidDeploymentException, NotImplementedException, KeyNotFoundException
TraceData in class TraceListenerjava.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionSecurityExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionWin32ExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionNotImplementedExceptionKeyNotFoundExceptionpublic void TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject data) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, SecurityException, NullReferenceException, OverflowException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException, MissingManifestResourceException, PlatformNotSupportedException, Win32Exception, InvalidEnumArgumentException, InvalidDeploymentException, NotImplementedException, KeyNotFoundException
TraceData in class TraceListenerjava.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionSecurityExceptionNullReferenceExceptionOverflowExceptionCultureNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionWin32ExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionNotImplementedExceptionKeyNotFoundExceptionpublic void TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String message) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, SecurityException, NullReferenceException, OverflowException, OutOfMemoryException, MissingManifestResourceException, PlatformNotSupportedException, Win32Exception, InvalidEnumArgumentException, InvalidDeploymentException, MemberAccessException, NotImplementedException, FileNotFoundException, IOException, PathTooLongException, KeyNotFoundException
TraceEvent in class TraceListenerjava.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionSecurityExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionWin32ExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionMemberAccessExceptionNotImplementedExceptionFileNotFoundExceptionIOExceptionPathTooLongExceptionKeyNotFoundExceptionpublic void TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String format, NetObject... args) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, ArgumentException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, SecurityException, NullReferenceException, OverflowException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, PlatformNotSupportedException, Win32Exception, InvalidEnumArgumentException, InvalidDeploymentException, NotImplementedException, KeyNotFoundException
TraceEvent in class TraceListenerjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionSecurityExceptionNullReferenceExceptionOverflowExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionWin32ExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionNotImplementedExceptionKeyNotFoundExceptionpublic void Write(java.lang.String message)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
NotSupportedException,
InvalidEnumArgumentException,
ObjectDisposedException,
OverflowException,
InvalidDeploymentException,
NullReferenceException,
PlatformNotSupportedException,
NotImplementedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
FormatException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception
Write in class TraceListenerjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionNotSupportedExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionOverflowExceptionInvalidDeploymentExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotImplementedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32Exceptionpublic void WriteLine(java.lang.String message)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
InvalidOperationException,
NotSupportedException,
InvalidEnumArgumentException,
ObjectDisposedException,
OverflowException,
InvalidDeploymentException,
NullReferenceException,
PlatformNotSupportedException,
NotImplementedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
FormatException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception
WriteLine in class TraceListenerjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionNotSupportedExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionOverflowExceptionInvalidDeploymentExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotImplementedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32Exception