Package microsoft.visualbasic.logging
Class FileLogTraceListener
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.diagnostics.TraceListener
-
- microsoft.visualbasic.logging.FileLogTraceListener
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class FileLogTraceListener extends TraceListener
The base .NET class managing Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.VisualBasic.Formsstatic java.lang.String
className
Qualified class name: Microsoft.VisualBasic.Logging.FileLogTraceListenerstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description FileLogTraceListener()
FileLogTraceListener(java.lang.Object instance)
Internal constructor.FileLogTraceListener(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileLogTraceListener
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoFileLogTraceListener
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeLogFileLocation
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)
-
Methods inherited from class system.diagnostics.TraceListener
close, Dispose, Fail, Fail, getAttributes, getFilter, getIndentLevel, getIndentSize, getIsThreadSafe, getName, getTraceOutputOptions, setFilter, setIndentLevel, setIndentSize, setName, setTraceOutputOptions, TraceEvent, TraceTransfer, Write, Write, Write, WriteLine, WriteLine, WriteLine
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.VisualBasic.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.VisualBasic.Logging.FileLogTraceListener- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FileLogTraceListener
public FileLogTraceListener(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
FileLogTraceListener
public FileLogTraceListener() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, OverflowException, FormatException, FileNotFoundException, OutOfMemoryException, InvalidTimeZoneException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
OverflowException
FormatException
FileNotFoundException
OutOfMemoryException
InvalidTimeZoneException
-
FileLogTraceListener
public FileLogTraceListener(java.lang.String name) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, FormatException, ArgumentOutOfRangeException, OverflowException, FileNotFoundException, OutOfMemoryException, InvalidTimeZoneException, SecurityException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
FormatException
ArgumentOutOfRangeException
OverflowException
FileNotFoundException
OutOfMemoryException
InvalidTimeZoneException
SecurityException
ArrayTypeMismatchException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classTraceListener
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classTraceListener
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classTraceListener
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classTraceListener
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classTraceListener
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classTraceListener
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static FileLogTraceListener cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoFileLogTraceListener
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
FileLogTraceListener
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Close
public void Close() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ArgumentNullException, FormatException, ObjectDisposedException, ArrayTypeMismatchException
- Overrides:
Close
in classTraceListener
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ArgumentNullException
FormatException
ObjectDisposedException
ArrayTypeMismatchException
-
Flush
public void Flush() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OutOfMemoryException, NotSupportedException, ArrayTypeMismatchException, InvalidOperationException, ObjectDisposedException
- Overrides:
Flush
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
OutOfMemoryException
NotSupportedException
ArrayTypeMismatchException
InvalidOperationException
ObjectDisposedException
-
TraceData
public void TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject data) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, OutOfMemoryException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, FormatException, RankException, OverflowException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
- Overrides:
TraceData
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
CultureNotFoundException
OutOfMemoryException
ArrayTypeMismatchException
NotSupportedException
ArgumentNullException
FormatException
RankException
OverflowException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
-
TraceData
public void TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject... data) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException, IndexOutOfRangeException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
- Overrides:
TraceData
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArrayTypeMismatchException
OutOfMemoryException
IndexOutOfRangeException
CultureNotFoundException
ArgumentNullException
FormatException
OverflowException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
-
TraceEvent
public void TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String format, NetObject... args) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, CultureNotFoundException, OutOfMemoryException, OverflowException, InvalidEnumArgumentException, Win32Exception
- Overrides:
TraceEvent
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
CultureNotFoundException
OutOfMemoryException
OverflowException
InvalidEnumArgumentException
Win32Exception
-
TraceEvent
public void TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String message) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, OutOfMemoryException, ArrayTypeMismatchException, ArgumentNullException, FormatException, TypeLoadException, OverflowException, InvalidEnumArgumentException, FileNotFoundException, ObjectDisposedException, Win32Exception
- Overrides:
TraceEvent
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
IndexOutOfRangeException
PlatformNotSupportedException
CultureNotFoundException
OutOfMemoryException
ArrayTypeMismatchException
ArgumentNullException
FormatException
TypeLoadException
OverflowException
InvalidEnumArgumentException
FileNotFoundException
ObjectDisposedException
Win32Exception
-
Write
public void Write(java.lang.String message) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, KeyNotFoundException, NotSupportedException, InvalidEnumArgumentException, ObjectDisposedException, OverflowException, ArgumentNullException, FormatException, ArrayTypeMismatchException, Win32Exception
- Overrides:
Write
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
CultureNotFoundException
KeyNotFoundException
NotSupportedException
InvalidEnumArgumentException
ObjectDisposedException
OverflowException
ArgumentNullException
FormatException
ArrayTypeMismatchException
Win32Exception
-
WriteLine
public void WriteLine(java.lang.String message) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, KeyNotFoundException, NotSupportedException, InvalidEnumArgumentException, ObjectDisposedException, OverflowException, ArgumentNullException, FormatException, ArrayTypeMismatchException, Win32Exception
- Overrides:
WriteLine
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
CultureNotFoundException
KeyNotFoundException
NotSupportedException
InvalidEnumArgumentException
ObjectDisposedException
OverflowException
ArgumentNullException
FormatException
ArrayTypeMismatchException
Win32Exception
-
getAppend
public boolean getAppend() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, FileNotFoundException, OverflowException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
FileNotFoundException
OverflowException
OutOfMemoryException
-
setAppend
public void setAppend(boolean Append) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, InvalidEnumArgumentException, OverflowException, FormatException, FileNotFoundException, RankException, ArrayTypeMismatchException
-
getAutoFlush
public boolean getAutoFlush() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, FileNotFoundException, OverflowException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
FileNotFoundException
OverflowException
OutOfMemoryException
-
setAutoFlush
public void setAutoFlush(boolean AutoFlush) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, InvalidEnumArgumentException, OverflowException, FormatException, FileNotFoundException, RankException, ArrayTypeMismatchException
-
getIncludeHostName
public boolean getIncludeHostName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, FileNotFoundException, OverflowException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
FileNotFoundException
OverflowException
OutOfMemoryException
-
setIncludeHostName
public void setIncludeHostName(boolean IncludeHostName) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, InvalidEnumArgumentException, OverflowException, FormatException, FileNotFoundException, RankException, ArrayTypeMismatchException
-
getMaxFileSize
public long getMaxFileSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, InvalidEnumArgumentException, FileNotFoundException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
IndexOutOfRangeException
FormatException
OverflowException
InvalidEnumArgumentException
FileNotFoundException
OutOfMemoryException
-
setMaxFileSize
public void setMaxFileSize(long MaxFileSize) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, InvalidEnumArgumentException, OverflowException, FormatException, FileNotFoundException, RankException, ArrayTypeMismatchException
-
getReserveDiskSpace
public long getReserveDiskSpace() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, InvalidEnumArgumentException, FileNotFoundException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
IndexOutOfRangeException
FormatException
OverflowException
InvalidEnumArgumentException
FileNotFoundException
OutOfMemoryException
-
setReserveDiskSpace
public void setReserveDiskSpace(long ReserveDiskSpace) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, InvalidEnumArgumentException, OverflowException, FormatException, FileNotFoundException, RankException, ArrayTypeMismatchException
-
getDiskSpaceExhaustedBehavior
public DiskSpaceExhaustedOption getDiskSpaceExhaustedBehavior() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, TypeLoadException, KeyNotFoundException, InvalidEnumArgumentException, FileNotFoundException, OverflowException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
IndexOutOfRangeException
TypeLoadException
KeyNotFoundException
InvalidEnumArgumentException
FileNotFoundException
OverflowException
FormatException
-
setDiskSpaceExhaustedBehavior
public void setDiskSpaceExhaustedBehavior(DiskSpaceExhaustedOption DiskSpaceExhaustedBehavior) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, InvalidEnumArgumentException, OverflowException, FormatException, FileNotFoundException, RankException, ArrayTypeMismatchException
-
getLogFileCreationSchedule
public LogFileCreationScheduleOption getLogFileCreationSchedule() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, TypeLoadException, KeyNotFoundException, InvalidEnumArgumentException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
IndexOutOfRangeException
TypeLoadException
KeyNotFoundException
InvalidEnumArgumentException
ArrayTypeMismatchException
-
setLogFileCreationSchedule
public void setLogFileCreationSchedule(LogFileCreationScheduleOption LogFileCreationSchedule) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, NotSupportedException
-
getLocation
public LogFileLocation getLocation() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, TypeLoadException, KeyNotFoundException, InvalidEnumArgumentException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
IndexOutOfRangeException
TypeLoadException
KeyNotFoundException
InvalidEnumArgumentException
ArrayTypeMismatchException
-
setLocation
public void setLocation(LogFileLocation Location) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, NotSupportedException
-
getBaseFileName
public java.lang.String getBaseFileName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException
-
setBaseFileName
public void setBaseFileName(java.lang.String BaseFileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, ExternalException
-
getCustomLocation
public java.lang.String getCustomLocation() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, KeyNotFoundException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
KeyNotFoundException
InvalidEnumArgumentException
-
setCustomLocation
public void setCustomLocation(java.lang.String CustomLocation) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, CultureNotFoundException, MissingMethodException, TargetInvocationException, KeyNotFoundException, InvalidEnumArgumentException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
CultureNotFoundException
MissingMethodException
TargetInvocationException
KeyNotFoundException
InvalidEnumArgumentException
ObjectDisposedException
-
getDelimiter
public java.lang.String getDelimiter() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException
-
setDelimiter
public void setDelimiter(java.lang.String Delimiter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getFullLogFileName
public java.lang.String getFullLogFileName() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, InvalidEnumArgumentException, FileNotFoundException, CultureNotFoundException, OverflowException, OutOfMemoryException, FormatException, ObjectDisposedException, ArrayTypeMismatchException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
InvalidOperationException
NotSupportedException
InvalidEnumArgumentException
FileNotFoundException
CultureNotFoundException
OverflowException
OutOfMemoryException
FormatException
ObjectDisposedException
ArrayTypeMismatchException
IndexOutOfRangeException
-
getEncoding
public Encoding getEncoding() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException
-
setEncoding
public void setEncoding(Encoding Encoding) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
-